WARPXM v1.10.0
Loading...
Searching...
No Matches
WxCryptSetLexer Class Reference

Class that provides utility to read an input stream into a WxCryptSet. More...

#include <wxcryptsetlexer.h>

Detailed Description

Class that provides utility to read an input stream into a WxCryptSet.

Public Member Functions

 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
 

Constructor & Destructor Documentation

◆ WxCryptSetLexer()

WxCryptSetLexer::WxCryptSetLexer ( std::istream &  is)
inline

Set input stream to one supplied.

This defaults to standard input.

Parameters
isInput stream to scan for characters

Member Function Documentation

◆ integer()

int WxCryptSetLexer::integer ( ) const
inline

Returns integer scanned.

◆ 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: