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


Definition at line 66 of file FICAStream.hpp.
Public Member Functions | |
| FICAStream () | |
| Default constructor. | |
| FICAStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor. | |
| virtual | ~FICAStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
|
|
Default constructor.
Definition at line 70 of file FICAStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 77 of file FICAStream.hpp. |
|
|
destructor per the coding standards
Definition at line 83 of file FICAStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 86 of file FICAStream.hpp. |
1.3.9.1