Key Parser State.
More...
#include <KeyParserState.hpp>
|
std::string | key |
| a accumulator for key-characters while parsing it More...
|
|
Key Parser State.
Key State of the Parser, parsing the next key of the Bib-Elements properties
- Examples
- /github/workspace/test/ParserStateFixtureTest.cpp.
Definition at line 14 of file KeyParserState.hpp.
◆ KeyParserState()
Constructor.
- Parameters
-
context | of the parser |
result | accumulator of parsing-results |
Definition at line 15 of file KeyParserState.cpp.
◆ handleCharacter()
auto KeyParserState::handleCharacter |
( |
char |
c | ) |
-> ParserState * |
|
overridevirtual |
Handles the next character in key-state
- Parameters
-
c | the next character to parse |
- Returns
- a new parser-state
- Exceptions
-
Reimplemented from AbstractParserState.
Definition at line 24 of file KeyParserState.cpp.
◆ key
std::string KeyParserState::key |
|
private |
The documentation for this class was generated from the following files: