cpp-hocon  0.3.0
Public Member Functions | List of all members
hocon::config_document_parser::parse_context Class Reference

Public Member Functions

 parse_context (config_syntax flavor, shared_origin origin, token_iterator tokens)
 
std::shared_ptr< config_node_rootparse ()
 
shared_node_value parse_single_value ()
 Parse a given input stream into a single value node. More...
 

Detailed Description

Definition at line 22 of file config_document_parser.hpp.

Member Function Documentation

◆ parse_single_value()

shared_node_value hocon::config_document_parser::parse_context::parse_single_value ( )

Parse a given input stream into a single value node.

Used when doing a replace inside a ConfigDocument.


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