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


Definition at line 75 of file SEMStream.hpp.
Public Member Functions | |
| SEMStream () | |
| Default constructor. | |
| SEMStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor. | |
| virtual | ~SEMStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| SEMHeader | header |
| SEMHeader for this file. | |
| bool | headerRead |
| Flag showing whether or not the header has been read. | |
|
|
Default constructor.
Definition at line 80 of file SEMStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 87 of file SEMStream.hpp. |
|
|
destructor per the coding standards
Definition at line 92 of file SEMStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 95 of file SEMStream.hpp. |
|
|
SEMHeader for this file.
Definition at line 103 of file SEMStream.hpp. Referenced by SEMHeader::reallyGetRecord(), and SEMData::reallyGetRecord(). |
|
|
Flag showing whether or not the header has been read.
Definition at line 106 of file SEMStream.hpp. Referenced by SEMHeader::reallyGetRecord(). |
1.3.9.1