cpp-hocon
0.3.0
|
This is used to classify certain abstract_config_node subclasses. More...
Public Member Functions | |
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 |
virtual token_list | get_tokens () const =0 |
This is used to classify certain abstract_config_node subclasses.
Definition at line 8 of file abstract_config_node_value.hpp.
|
virtualinherited |
The original text of the input which was used to form this particular node.
Implements hocon::config_node.