|
cpp-hocon
0.3.0
|
Public Member Functions | |
| config_node_complex_value (shared_node_list children) | |
| token_list | get_tokens () const override |
| shared_node_list const & | children () const |
| std::shared_ptr< const config_node_complex_value > | indent_text (shared_node indentation) const |
| virtual std::shared_ptr< const config_node_complex_value > | new_node (shared_node_list nodes) const =0 |
| 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 |
Definition at line 7 of file config_node_complex_value.hpp.
|
virtualinherited |
The original text of the input which was used to form this particular node.
Implements hocon::config_node.
1.8.18