#include <lexer.hpp>
◆ consume()
void ext::BasicLexer::consume |
( |
ext::istream & |
input, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
◆ putback()
void ext::BasicLexer::putback |
( |
ext::istream & |
input, |
|
|
const std::string & |
data |
|
) |
| |
|
static |
◆ test()
bool ext::BasicLexer::test |
( |
ext::istream & |
input, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
◆ testAndConsume()
bool ext::BasicLexer::testAndConsume |
( |
ext::istream & |
input, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: