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

Public Member Functions

 relative_name_source (shared_include_context context)
 
shared_parseable name_to_parseable (std::string name, config_parse_options parse_options) const override
 
void set_context (shared_include_context context)
 
shared_include_context get_context () const
 
bool context_initialized () const
 

Detailed Description

Definition at line 90 of file simple_includer.hpp.

Member Function Documentation

◆ context_initialized()

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

Definition at line 81 of file simple_includer.hpp.

◆ get_context()

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

Definition at line 77 of file simple_includer.hpp.

◆ name_to_parseable()

shared_parseable hocon::relative_name_source::name_to_parseable ( std::string  name,
config_parse_options  parse_options 
) const
overridevirtual

Implements hocon::name_source.

◆ set_context()

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

Definition at line 70 of file simple_includer.hpp.


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