cpp-hocon
0.3.0
|
A field represents a key-value pair of the format "key : value", where key is a quoted or unquoted string, and value can be any node type. More...
Public Member Functions | |
config_node_field (shared_node_list children) | |
token_list | get_tokens () const override |
std::shared_ptr< const config_node_field > | replace_value (shared_node_value new_value) const |
shared_node_value | get_value () const |
shared_token | separator () const |
std::vector< std::string > | comments () const |
std::shared_ptr< const config_node_path > | path () const |
std::string | render () const |
The original text of the input which was used to form this particular node. More... | |
bool | operator== (const abstract_config_node &other) const |
A field represents a key-value pair of the format "key : value", where key is a quoted or unquoted string, and value can be any node type.
Definition at line 13 of file config_node_field.hpp.
|
virtualinherited |
The original text of the input which was used to form this particular node.
Implements hocon::config_node.