#include <BinaryFile.h>
Definition at line 11 of file BinaryFile.h.
◆ BinaryFile()
BinaryFile::BinaryFile |
( |
const char * |
fname | ) |
|
◆ ~BinaryFile()
BinaryFile::~BinaryFile |
( |
| ) |
|
◆ good()
bool BinaryFile::good |
( |
| ) |
const |
◆ ReadArray()
template<typename T >
void BinaryFile::ReadArray |
( |
T * |
array, |
|
|
size_t |
nitems |
|
) |
| |
|
inline |
◆ ReadOne()
template<typename T >
T BinaryFile::ReadOne |
( |
| ) |
|
|
inline |
◆ ReadInt()
int BinaryFile::ReadInt |
( |
| ) |
|
◆ ReadDouble()
double BinaryFile::ReadDouble |
( |
| ) |
|
◆ ReadCString()
void BinaryFile::ReadCString |
( |
char * |
s, |
|
|
size_t |
n = 128 |
|
) |
| |
◆ ReadStdString()
std::string BinaryFile::ReadStdString |
( |
| ) |
|
◆ SwapInt()
static int BinaryFile::SwapInt |
( |
int |
x | ) |
|
|
static |
◆ SetSwap()
void BinaryFile::SetSwap |
( |
bool |
val | ) |
|
The documentation for this class was generated from the following file: