#include <BasicFileIO.h>
|  | 
| static bool | ReadBool (char *&pchBuffer) | 
|  | 
| static char | ReadChar (char *&pchBuffer) | 
|  | 
| static std::string | ReadString (char *&pchBuffer) | 
|  | 
| static short | ReadShort (char *&pchBuffer) | 
|  | 
| static int | ReadInt (char *&pchBuffer) | 
|  | 
| static float | ReadFloat (char *&pchBuffer) | 
|  | 
| static double | ReadDouble (char *&pchBuffer) | 
|  | 
| static void | ReadBytes (char *&pchBuffer, void *pDest, int nSize) | 
|  | 
| static bool | WriteBool (FILE *fp, bool bValue) | 
|  | 
| static bool | WriteChar (FILE *fp, char chValue) | 
|  | 
| static bool | WriteString (FILE *fp, std::string szValue) | 
|  | 
| static bool | WriteInt (FILE *fp, int nValue) | 
|  | 
| static bool | WriteFloat (FILE *fp, float fValue) | 
|  | 
| static bool | WriteDouble (FILE *fp, double dValue) | 
|  | 
| static bool | WriteBytes (FILE *fp, void *pSrc, int nSize) | 
|  | 
| static int | GetFileSize (FILE *fp) | 
|  | 
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: