Definition at line 16 of file binaryFile.hpp.
◆ ~FutBinaryFileC()
Fg::FutBinaryFileC::~FutBinaryFileC |
( |
| ) |
|
|
inline |
◆ changeFileId()
void Fg::FutBinaryFileC::changeFileId |
( |
const std::string & |
newFileId | ) |
|
◆ close()
void Fg::FutBinaryFileC::close |
( |
| ) |
|
◆ eof()
bool Fg::FutBinaryFileC::eof |
( |
| ) |
|
◆ openForOverwrite()
bool Fg::FutBinaryFileC::openForOverwrite |
( |
String8 const & |
a_fname | ) |
|
◆ openForRead()
bool Fg::FutBinaryFileC::openForRead |
( |
String8 const & |
a_fname | ) |
|
◆ operator!()
bool Fg::FutBinaryFileC::operator! |
( |
| ) |
const |
|
inline |
◆ read()
bool Fg::FutBinaryFileC::read |
( |
void * |
data, |
|
|
uint |
size, |
|
|
uint |
num |
|
) |
| |
◆ readHeader()
bool Fg::FutBinaryFileC::readHeader |
( |
void * |
data, |
|
|
uint |
size, |
|
|
uint |
num |
|
) |
| |
◆ seek()
bool Fg::FutBinaryFileC::seek |
( |
long |
offsetFromBeginning | ) |
|
◆ valid()
bool Fg::FutBinaryFileC::valid |
( |
| ) |
const |
|
inline |
◆ write()
bool Fg::FutBinaryFileC::write |
( |
const void * |
data, |
|
|
uint |
size, |
|
|
uint |
num |
|
) |
| |
◆ writeHeader()
bool Fg::FutBinaryFileC::writeHeader |
( |
const void * |
data, |
|
|
uint |
size, |
|
|
uint |
num |
|
) |
| |
◆ fileId
std::string Fg::FutBinaryFileC::fileId |
|
protected |
◆ fptr
FILE* Fg::FutBinaryFileC::fptr |
|
protected |
◆ m_fname
String8 Fg::FutBinaryFileC::m_fname |
|
protected |
The documentation for this class was generated from the following files: