#include <GOP_Parser.h>
Definition at line 30 of file GOP_Parser.h.
GOP_Parser::GOP_Parser |
( |
const UT_String & |
str | ) |
|
virtual GOP_Parser::~GOP_Parser |
( |
| ) |
|
|
inlinevirtual |
virtual bool GOP_Parser::dispatch |
( |
char |
c | ) |
|
|
protectedpure virtual |
virtual int GOP_Parser::doIt |
( |
| ) |
|
|
virtual |
void GOP_Parser::endToken |
( |
| ) |
|
|
protected |
virtual void GOP_Parser::finish |
( |
| ) |
|
|
protectedvirtual |
bool GOP_Parser::getFloat |
( |
float & |
retval, |
|
|
unsigned |
state |
|
) |
| |
|
protected |
bool GOP_Parser::getFloat |
( |
double & |
retval, |
|
|
unsigned |
state |
|
) |
| |
|
protected |
bool GOP_Parser::getInt |
( |
GA_Index & |
retval, |
|
|
unsigned |
state |
|
) |
| |
|
protected |
bool GOP_Parser::getInt |
( |
int & |
retval, |
|
|
unsigned |
state |
|
) |
| |
|
protected |
virtual void GOP_Parser::handleError |
( |
| ) |
|
|
protectedpure virtual |
virtual void GOP_Parser::handleStart |
( |
| ) |
|
|
protectedpure virtual |
virtual void GOP_Parser::init |
( |
| ) |
|
|
protectedvirtual |
bool GOP_Parser::isChar |
( |
char |
c | ) |
|
|
protected |
bool GOP_Parser::isSpace |
( |
char |
c | ) |
|
|
inlineprotected |
virtual void GOP_Parser::parseDispatcher |
( |
| ) |
|
|
protectedvirtual |
void GOP_Parser::startToken |
( |
| ) |
|
|
protected |
unsigned GOP_Parser::myCurrentState |
|
protected |
int GOP_Parser::myReturnVal |
|
protected |
char GOP_Parser::myTempChar |
|
protected |
char* GOP_Parser::myTokBegin |
|
protected |
char* GOP_Parser::myTokEnd |
|
protected |
char* GOP_Parser::myTokLastGood |
|
protected |
The documentation for this class was generated from the following file: