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


main_ionextest.cpp for an example.
Definition at line 47 of file IonexStream.hpp.
Public Member Functions | |
| IonexStream () | |
| Default constructor. | |
| IonexStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Common constructor. | |
| virtual | ~IonexStream () |
| Destructor. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| Overrides open to reset the header. | |
Public Attributes | |
| bool | headerRead |
| Whether or not the IonexHeader has been read. | |
| IonexHeader | header |
| The header for this file. | |
|
|
Default constructor.
Definition at line 52 of file IonexStream.hpp. |
|
||||||||||||
|
Common constructor.
Definition at line 61 of file IonexStream.hpp. |
|
|
Destructor.
Definition at line 66 of file IonexStream.hpp. |
|
||||||||||||
|
Overrides open to reset the header.
Reimplemented from FFTextStream. Definition at line 70 of file IonexStream.hpp. |
|
|
The header for this file.
Definition at line 85 of file IonexStream.hpp. Referenced by IonexHeader::reallyGetRecord(), and IonexData::reallyGetRecord(). |
|
|
Whether or not the IonexHeader has been read.
Definition at line 81 of file IonexStream.hpp. Referenced by IonexHeader::reallyGetRecord(), and IonexData::reallyGetRecord(). |
1.3.9.1