FEDEM Solver
R8.0
Source code of the dynamics solver
|
Class for token input from a string range. More...
Public Member Functions | |
FFaIteratorData (std::string::const_iterator b, std::string::const_iterator e) | |
The constructor initializes the iterators. More... | |
virtual | ~FFaIteratorData () |
Empty destructor. More... | |
virtual void | init (int &c) |
Initializes the instance, returning the first character to process. 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... | |
Private Attributes | |
std::string::const_iterator | it |
Running iterator. More... | |
std::string::const_iterator | jt |
Iterator pointing to next character. More... | |
std::string::const_iterator | end |
End iterator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FFaTokenInput | |
FFaTokenInput () | |
Default constructor. More... | |
Class for token input from a string range.
|
inline |
The constructor initializes the iterators.
|
inlinevirtual |
Empty destructor.
|
inlinevirtual |
Checks for end-of-file.
Implements FFaTokenInput.
|
inlinevirtual |
Returns the next character to process.
Implements FFaTokenInput.
|
inlinevirtual |
Initializes the instance, returning the first character to process.
Reimplemented from FFaTokenInput.
|
private |
End iterator.
|
private |
Running iterator.
|
private |
Iterator pointing to next character.