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


Definition at line 70 of file FICStream.hpp.
Public Member Functions | |
| FICStream () | |
| default constructor | |
| FICStream (const char *fn, std::ios::openmode mode=std::ios::in|std::ios::binary) | |
| Constructor. | |
| virtual | ~FICStream () |
| 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 74 of file FICStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 81 of file FICStream.hpp. |
|
|
destructor per the coding standards
Definition at line 87 of file FICStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFBinaryStream. Definition at line 90 of file FICStream.hpp. |
1.3.9.1