cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hocon::config_node_path Class Reference
Inheritance diagram for hocon::config_node_path:
hocon::abstract_config_node hocon::config_node

Public Member Functions

 config_node_path (path node_path, token_list tokens)
 
token_list get_tokens () const override
 
path get_path () const
 
config_node_path sub_path (int to_remove)
 
config_node_path first ()
 
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
 

Detailed Description

Definition at line 9 of file config_node_path.hpp.

Member Function Documentation

◆ get_tokens()

token_list hocon::config_node_path::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: