cpp-hocon  0.3.0
Public Member Functions | List of all members
hocon::config_node_root Class Reference
Inheritance diagram for hocon::config_node_root:
hocon::config_node_complex_value hocon::abstract_config_node_value hocon::abstract_config_node hocon::config_node

Public Member Functions

 config_node_root (shared_node_list children, shared_origin origin)
 
std::shared_ptr< const config_node_complex_valuenew_node (shared_node_list nodes) const override
 
std::shared_ptr< const config_node_complex_valuevalue () const
 
std::shared_ptr< const config_node_rootset_value (std::string desired_path, shared_node_value, config_syntax flavor) const
 
bool has_value (std::string desired_path) const
 
token_list get_tokens () const override
 
shared_node_list const & children () const
 
std::shared_ptr< const config_node_complex_valueindent_text (shared_node indentation) 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
 

Detailed Description

Definition at line 8 of file config_node_root.hpp.

Member Function Documentation

◆ 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: