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


Definition at line 65 of file SMODFStream.hpp.
Public Types | |
| enum | FileFormat { undefined, legacy, icd211 } |
| These are the file formats SMODFStream recognizes. More... | |
Public Member Functions | |
| SMODFStream () | |
| SMODFStream (const char *fn, std::ios::openmode mode=std::ios::in) throw () | |
| Constructor. | |
| virtual | ~SMODFStream () |
| Destructor per the coding standard. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| FileFormat | format |
| The FileFormat of the file currently being read. | |
|
|
These are the file formats SMODFStream recognizes.
Definition at line 103 of file SMODFStream.hpp. |
|
|
Definition at line 68 of file SMODFStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 77 of file SMODFStream.hpp. |
|
|
Destructor per the coding standard.
Definition at line 87 of file SMODFStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 90 of file SMODFStream.hpp. References FFTextStream::open(). |
|
|
The FileFormat of the file currently being read.
Definition at line 109 of file SMODFStream.hpp. Referenced by SMODFData::reallyGetRecord(), and SMODFData::reallyPutRecord(). |
1.3.9.1