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


binex_test.cpp for an example.
Definition at line 49 of file BinexStream.hpp.
Public Member Functions | |
| virtual | ~BinexStream () |
| Destructor. | |
| BinexStream () | |
| Default constructor. | |
| BinexStream (const char *fn, std::ios::openmode mode=std::ios::in|std::ios::binary) | |
| Constructor Opens a file named fn using ios::openmode mode. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| Opens a file named fn using ios::openmode mode. | |
|
|
Destructor.
Definition at line 53 of file BinexStream.hpp. |
|
|
Default constructor.
Definition at line 56 of file BinexStream.hpp. |
|
||||||||||||
|
Constructor Opens a file named fn using ios::openmode mode.
Definition at line 61 of file BinexStream.hpp. |
|
||||||||||||
|
Opens a file named fn using ios::openmode mode.
Reimplemented from FFBinaryStream. Definition at line 67 of file BinexStream.hpp. |
1.3.9.1