cpp-hocon
0.3.0
|
Represents an include statement of the form "include include_kind(include_path)". More...
Public Member Functions | |
config_node_include (shared_node_list children, config_include_kind kind) | |
token_list | get_tokens () const override |
shared_node_list const & | children () const |
config_include_kind | kind () const |
std::string | name () 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 |
Represents an include statement of the form "include include_kind(include_path)".
Definition at line 10 of file config_node_include.hpp.
|
virtualinherited |
The original text of the input which was used to form this particular node.
Implements hocon::config_node.