cpp-hocon
0.3.0
|
Public Member Functions | |
parse_context (config_syntax flavor, shared_origin origin, token_iterator tokens) | |
std::shared_ptr< config_node_root > | parse () |
shared_node_value | parse_single_value () |
Parse a given input stream into a single value node. More... | |
Definition at line 22 of file config_document_parser.hpp.
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.