|
|
| 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.
|
| |
|
bool | operator== (const abstract_config_node &other) const |
| |
◆ get_tokens()
| token_list hocon::config_node_complex_value::get_tokens |
( |
| ) |
const |
|
overridevirtual |
◆ render()
| std::string hocon::abstract_config_node::render |
( |
| ) |
const |
|
virtualinherited |
The original text of the input which was used to form this particular node.
- Returns
- the original text used to form this node as a String
Implements hocon::config_node.
The documentation for this class was generated from the following file: