#include <FICStreamBase.hpp>
Inheritance diagram for FICStreamBase:


Definition at line 64 of file FICStreamBase.hpp.
Public Member Functions | |
| FICStreamBase () | |
| Default constructor. | |
| virtual | ~FICStreamBase () |
| destructor per the coding standards | |
| void | open () |
| resets the header info for derived classes | |
Public Attributes | |
| bool | headerRead |
| Whether or not the header's been read for this file. | |
| FICHeader | header |
| The FICHeader object for this file. | |
|
|
Default constructor.
Definition at line 68 of file FICStreamBase.hpp. |
|
|
destructor per the coding standards
Definition at line 73 of file FICStreamBase.hpp. |
|
|
resets the header info for derived classes
Definition at line 76 of file FICStreamBase.hpp. |
|
|
The FICHeader object for this file.
Definition at line 82 of file FICStreamBase.hpp. Referenced by FICHeader::reallyGetRecord(), and FICData::reallyGetRecord(). |
|
|
Whether or not the header's been read for this file.
Definition at line 80 of file FICStreamBase.hpp. Referenced by FICHeader::reallyGetRecord(), and FICData::reallyGetRecord(). |
1.3.9.1