FEDEM Solver
R8.0
Source code of the dynamics solver
|
Base class for generic token input. More...
Public Member Functions | |
virtual | ~FFaTokenInput () |
Empty destructor. More... | |
virtual void | init (int &) |
Initializes the instance, returning the first character to process. More... | |
virtual bool | eof () const =0 |
Checks for end-of-file. More... | |
virtual int | get ()=0 |
Returns the next character to process. More... | |
Protected Member Functions | |
FFaTokenInput () | |
Default constructor. More... | |
Base class for generic token input.
|
inlineprotected |
Default constructor.
|
inlinevirtual |
Empty destructor.
|
pure virtual |
Checks for end-of-file.
Implemented in FFaIteratorData, FFaStreamData, and FFaFileData.
|
pure virtual |
Returns the next character to process.
Implemented in FFaIteratorData, FFaStreamData, and FFaFileData.
|
inlinevirtual |
Initializes the instance, returning the first character to process.
Reimplemented in FFaIteratorData.