Class that provides utility to read an input stream into a WxCryptSet.
More...
#include <wxcryptsetlexer.h>
Class that provides utility to read an input stream into a WxCryptSet.
|
| | WxCryptSetLexer (std::istream &is) |
| | Set input stream to one supplied.
|
| |
| int | yylex () |
| | Scans input stream and returns a single token.
|
| |
| unsigned | lineno () const |
| | Returns the current line number being scanned.
|
| |
| std::string | YYText () const |
| | Returns a character pointer representing the current token scanned.
|
| |
| int | integer () const |
| | Returns integer scanned.
|
| |
| double | real () const |
| | Returns real number scanned.
|
| |
| int | lastSym () const |
| |
◆ WxCryptSetLexer()
| WxCryptSetLexer::WxCryptSetLexer |
( |
std::istream & |
is | ) |
|
|
inline |
Set input stream to one supplied.
This defaults to standard input.
- Parameters
-
| is | Input stream to scan for characters |
◆ integer()
| int WxCryptSetLexer::integer |
( |
| ) |
const |
|
inline |
◆ lastSym()
| int WxCryptSetLexer::lastSym |
( |
| ) |
const |
|
inline |
◆ lineno()
| unsigned WxCryptSetLexer::lineno |
( |
| ) |
const |
|
inline |
Returns the current line number being scanned.
◆ real()
| double WxCryptSetLexer::real |
( |
| ) |
const |
|
inline |
Returns real number scanned.
◆ yylex()
| int WxCryptSetLexer::yylex |
( |
| ) |
|
|
inline |
Scans input stream and returns a single token.
◆ YYText()
| std::string WxCryptSetLexer::YYText |
( |
| ) |
const |
|
inline |
Returns a character pointer representing the current token scanned.
The documentation for this class was generated from the following file: