cpp-hocon
0.3.0
|
Static Public Member Functions | |
static config_node_path | parse_path_node (std::string const &path_string, config_syntax flavor=config_syntax::CONF) |
static path | parse_path (std::string const &path_string) |
static path | parse_path_expression (iterator &expression, shared_origin origin, std::string const &original_text="", token_list *path_tokens=nullptr, config_syntax flavor=config_syntax::CONF) |
static config_node_path | parse_path_node_expression (iterator &expression, shared_origin origin, std::string const &original_text="", config_syntax flavor=config_syntax::CONF) |
Definition at line 14 of file path_parser.hpp.