FEDEM Solver
R8.0
Source code of the dynamics solver
|
Class for token input from file. More...
Public Member Functions | |
FFaFileData (FILE *f) | |
The constructor initializes the file pointer. More... | |
virtual | ~FFaFileData () |
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 | |
FILE * | fd |
The file to read from. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FFaTokenInput | |
FFaTokenInput () | |
Default constructor. More... | |
Class for token input from file.
|
inline |
The constructor initializes the file pointer.
|
inlinevirtual |
Empty destructor.
|
inlinevirtual |
Checks for end-of-file.
Implements FFaTokenInput.
|
inlinevirtual |
Returns the next character to process.
Implements FFaTokenInput.
|
private |
The file to read from.