#include <BasicFileIO.h>
|
static int | GetFileSize (FILE *fp) |
|
static bool | ReadBool (char *&pchBuffer) |
|
static void | ReadBytes (char *&pchBuffer, void *pDest, int nSize) |
|
static char | ReadChar (char *&pchBuffer) |
|
static double | ReadDouble (char *&pchBuffer) |
|
static float | ReadFloat (char *&pchBuffer) |
|
static int | ReadInt (char *&pchBuffer) |
|
static short | ReadShort (char *&pchBuffer) |
|
static std::string | ReadString (char *&pchBuffer) |
|
static bool | WriteBool (FILE *fp, bool bValue) |
|
static bool | WriteBytes (FILE *fp, void *pSrc, int nSize) |
|
static bool | WriteChar (FILE *fp, char chValue) |
|
static bool | WriteDouble (FILE *fp, double dValue) |
|
static bool | WriteFloat (FILE *fp, float fValue) |
|
static bool | WriteInt (FILE *fp, int nValue) |
|
static bool | WriteString (FILE *fp, std::string szValue) |
|
Definition at line 59 of file BasicFileIO.h.
int CBasicFileIO::GetFileSize |
( |
FILE * |
fp | ) |
|
|
static |
bool CBasicFileIO::ReadBool |
( |
char *& |
pchBuffer | ) |
|
|
static |
void CBasicFileIO::ReadBytes |
( |
char *& |
pchBuffer, |
|
|
void * |
pDest, |
|
|
int |
nSize |
|
) |
| |
|
static |
char CBasicFileIO::ReadChar |
( |
char *& |
pchBuffer | ) |
|
|
static |
double CBasicFileIO::ReadDouble |
( |
char *& |
pchBuffer | ) |
|
|
static |
float CBasicFileIO::ReadFloat |
( |
char *& |
pchBuffer | ) |
|
|
static |
int CBasicFileIO::ReadInt |
( |
char *& |
pchBuffer | ) |
|
|
static |
short CBasicFileIO::ReadShort |
( |
char *& |
pchBuffer | ) |
|
|
static |
std::string CBasicFileIO::ReadString |
( |
char *& |
pchBuffer | ) |
|
|
static |
bool CBasicFileIO::WriteBool |
( |
FILE * |
fp, |
|
|
bool |
bValue |
|
) |
| |
|
static |
bool CBasicFileIO::WriteBytes |
( |
FILE * |
fp, |
|
|
void * |
pSrc, |
|
|
int |
nSize |
|
) |
| |
|
static |
bool CBasicFileIO::WriteChar |
( |
FILE * |
fp, |
|
|
char |
chValue |
|
) |
| |
|
static |
bool CBasicFileIO::WriteDouble |
( |
FILE * |
fp, |
|
|
double |
dValue |
|
) |
| |
|
static |
bool CBasicFileIO::WriteFloat |
( |
FILE * |
fp, |
|
|
float |
fValue |
|
) |
| |
|
static |
bool CBasicFileIO::WriteInt |
( |
FILE * |
fp, |
|
|
int |
nValue |
|
) |
| |
|
static |
bool CBasicFileIO::WriteString |
( |
FILE * |
fp, |
|
|
std::string |
szValue |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28