cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hocon::name_source Class Referenceabstract
Inheritance diagram for hocon::name_source:
hocon::file_name_source hocon::relative_name_source

Public Member Functions

 name_source (shared_include_context context)
 
virtual shared_parseable name_to_parseable (std::string name, config_parse_options parse_options) const =0
 
void set_context (shared_include_context context)
 
shared_include_context get_context () const
 
bool context_initialized () const
 

Detailed Description

Definition at line 57 of file simple_includer.hpp.

Constructor & Destructor Documentation

◆ name_source() [1/2]

hocon::name_source::name_source ( shared_include_context  context)
inline

Definition at line 59 of file simple_includer.hpp.

◆ name_source() [2/2]

hocon::name_source::name_source ( )
inline

Definition at line 66 of file simple_includer.hpp.

Member Function Documentation

◆ context_initialized()

bool hocon::name_source::context_initialized ( ) const
inline

Definition at line 81 of file simple_includer.hpp.

◆ get_context()

shared_include_context hocon::name_source::get_context ( ) const
inline

Definition at line 77 of file simple_includer.hpp.

◆ set_context()

void hocon::name_source::set_context ( shared_include_context  context)
inline

Definition at line 70 of file simple_includer.hpp.


The documentation for this class was generated from the following file: