

Public Member Functions | |
| TestFFData (int i=0) | |
| virtual | ~TestFFData () |
| void | reallyPutRecord (FFStream &s) const throw (FFStreamError, gpstk::StringUtils::StringException) |
| Does the actual writing from the stream into this FFData object. | |
| void | reallyGetRecord (FFStream &s) throw (FFStreamError, gpstk::StringUtils::StringException) |
| Does the actual reading from the stream into this FFData object. | |
| virtual void | dump (std::ostream &s) const |
| Send debug output to the given stream. | |
Public Attributes | |
| int | val |
|
|
Definition at line 41 of file AnotherFileFilterTest.cpp. References val. |
|
|
Definition at line 43 of file AnotherFileFilterTest.cpp. |
|
|
Send debug output to the given stream.
Reimplemented from FFData. Definition at line 55 of file AnotherFileFilterTest.cpp. |
|
|
Does the actual reading from the stream into this FFData object.
Implements FFData. Definition at line 50 of file AnotherFileFilterTest.cpp. |
|
|
Does the actual writing from the stream into this FFData object.
Implements FFData. Definition at line 45 of file AnotherFileFilterTest.cpp. |
|
|
Definition at line 57 of file AnotherFileFilterTest.cpp. Referenced by TestValueFilter::operator()(), TestRangeFilter::operator()(), TestOperatorEquals::operator()(), TestOperatorLessThan::operator()(), and TestFFData(). |
1.3.9.1