#include <cpp_parsing.hpp>
◆ NestedStringPairParser()
| cpp_parsing::NestedStringPairParser::NestedStringPairParser |
( |
CharParserPtr | inner_parser, |
|
|
const std::string & | name = "nested_string", |
|
|
std::string | left_str = "{", |
|
|
std::string | right_str = "}" ) |
|
inline |
◆ parse()
| ParseResult cpp_parsing::NestedStringPairParser::parse |
( |
const std::string & | input, |
|
|
size_t | start ) const |
|
inlineoverridevirtual |
◆ left_str
| std::string cpp_parsing::NestedStringPairParser::left_str |
◆ right_str
| std::string cpp_parsing::NestedStringPairParser::right_str |
The documentation for this class was generated from the following file: