#include <M2IO.hh>
|
| M2IO (AccessModeType aMode) |
|
| ~M2IO () |
|
bool | Open (const std::string &aFilename) |
|
bool | Write (byte_type *anArray, size_t aCount) |
|
template<class XType > |
bool | Write (XType *aDatum) |
|
template<class XType > |
bool | Write (XType *aDatum, size_t aCount) |
|
bool | Seek (long int aCount) |
|
bool | Read (byte_type *anArray, size_t aCount) |
|
template<class XType > |
bool | Read (XType *aDatum) |
|
template<class XType > |
bool | Read (XType *aDatum, size_t aCount) |
|
bool | Done () |
|
bool | Close () |
|
Definition at line 15 of file M2IO.hh.
◆ M2IO()
◆ ~M2IO()
◆ Close()
◆ Done()
◆ Open()
bool Open |
( |
const std::string & |
aFilename | ) |
|
◆ Read() [1/3]
bool Read |
( |
byte_type * |
anArray, |
|
|
size_t |
aCount |
|
) |
| |
|
inline |
◆ Read() [2/3]
bool Read |
( |
XType * |
aDatum | ) |
|
|
inline |
◆ Read() [3/3]
bool Read |
( |
XType * |
aDatum, |
|
|
size_t |
aCount |
|
) |
| |
|
inline |
◆ Seek()
bool Seek |
( |
long int |
aCount | ) |
|
|
inline |
◆ Write() [1/3]
bool Write |
( |
byte_type * |
anArray, |
|
|
size_t |
aCount |
|
) |
| |
|
inline |
◆ Write() [2/3]
bool Write |
( |
XType * |
aDatum | ) |
|
|
inline |
◆ Write() [3/3]
bool Write |
( |
XType * |
aDatum, |
|
|
size_t |
aCount |
|
) |
| |
|
inline |
◆ fFile
◆ fMode
The documentation for this class was generated from the following files: