FEDEM Solver
R8.0
Source code of the dynamics solver
|
Class for token input from an input stream. More...
Public Member Functions | |
FFaStreamData (std::istream &s) | |
The constructor initializes the input stream reference. More... | |
virtual | ~FFaStreamData () |
Empty destructor. More... | |
virtual bool | eof () const |
Checks for end-of-file. More... | |
virtual int | get () |
Returns the next character to process. More... | |
Public Member Functions inherited from FFaTokenInput | |
virtual | ~FFaTokenInput () |
Empty destructor. More... | |
virtual void | init (int &) |
Initializes the instance, returning the first character to process. More... | |
Private Attributes | |
std::istream & | is |
The input stream to read from. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FFaTokenInput | |
FFaTokenInput () | |
Default constructor. More... | |
Class for token input from an input stream.
|
inline |
The constructor initializes the input stream reference.
|
inlinevirtual |
Empty destructor.
|
inlinevirtual |
Checks for end-of-file.
Implements FFaTokenInput.
|
inlinevirtual |
Returns the next character to process.
Implements FFaTokenInput.
|
private |
The input stream to read from.