#include <cfile.h>
◆ CFile() [1/2]
CFile::CFile |
( |
const char * |
filename, |
|
|
const char * |
mode |
|
) |
| |
|
inline |
◆ CFile() [2/2]
CFile::CFile |
( |
const std::string & |
filename, |
|
|
const char * |
mode |
|
) |
| |
|
inline |
◆ ~CFile()
◆ contains_word()
bool CFile::contains_word |
( |
const std::string & |
filename, |
|
|
const std::string & |
word |
|
) |
| |
|
static |
◆ operator bool()
CFile::operator bool |
( |
| ) |
const |
|
inline |
◆ operator FILE *()
CFile::operator FILE * |
( |
| ) |
const |
|
inline |
◆ parseInt()
int CFile::parseInt |
( |
int * |
result, |
|
|
const char * |
filename |
|
) |
| |
|
static |
◆ parseIntHex()
int CFile::parseIntHex |
( |
int * |
result, |
|
|
const char * |
filename |
|
) |
| |
|
static |
◆ parsePts_t()
int CFile::parsePts_t |
( |
pts_t * |
result, |
|
|
const char * |
filename |
|
) |
| |
|
static |
◆ read()
std::string CFile::read |
( |
const std::string & |
filename | ) |
|
|
static |
◆ sync()
◆ write()
int CFile::write |
( |
const char * |
filename, |
|
|
const char * |
value |
|
) |
| |
|
static |
◆ writeInt()
int CFile::writeInt |
( |
const char * |
filename, |
|
|
int |
value |
|
) |
| |
|
static |
◆ writeIntHex()
int CFile::writeIntHex |
( |
const char * |
filename, |
|
|
int |
value |
|
) |
| |
|
static |
◆ writeStr()
int CFile::writeStr |
( |
const char * |
filename, |
|
|
std::string |
value |
|
) |
| |
|
static |
◆ handle
The documentation for this struct was generated from the following files: