#include <LutScanner.hpp>
Definition at line 45 of file LutScanner.hpp.
torc::LutScanner::LutScanner |
( |
std::istream * |
arg_yyin = 0 , |
|
|
std::ostream * |
arg_yyout = 0 |
|
) |
| |
Public constructor.
Scans the input stream for tokens, and sends any output to the output stream.
- Parameters
-
arg_yyin | The input stream. |
arg_yyout | The output stream. |
Definition at line 1652 of file LutScanner.cpp.
1652 : LutFlexLexer(in, out) {}
torc::LutScanner::~LutScanner |
( |
| ) |
|
|
virtual |
void torc::LutScanner::set_debug |
( |
bool |
b | ) |
|
The Lut parser has full access to our internals.
Definition at line 65 of file LutScanner.hpp.
int torc::LutScanner::colon |
|
protected |
Flag to count the number of separator colons seen.
Definition at line 70 of file LutScanner.hpp.
bool torc::LutScanner::in_double_quote |
|
protected |
Flag to track whether we are inside a double quote.
Definition at line 68 of file LutScanner.hpp.
std::string torc::LutScanner::last_string |
|
protected |
Last double-quoted string that we saw.
Definition at line 72 of file LutScanner.hpp.
The documentation for this class was generated from the following files: