BWAPI
Public Member Functions
FileReader Class Reference

#include <FileReader.h>

List of all members.

Public Member Functions

 FileReader ()
 FileReader (const void *pData, DWORD dwDataSize)
 ~FileReader ()
bool Open (const char *pszFilename)
bool Error (const char *pszText=NULL)
void Free ()
bool Eof ()
template<class _T >
_T Read ()
void Read (void *pBuffer, DWORD dwSize)
int Read7BitEncodedInt ()
std::string ReadString ()
std::string ReadCString (const char *deliminators=NULL)
DWORD GetSize ()

Constructor & Destructor Documentation

FileReader::FileReader ( const void *  pData,
DWORD  dwDataSize 
)

Here is the call graph for this function:


Member Function Documentation

bool FileReader::Eof ( )

Here is the caller graph for this function:

bool FileReader::Error ( const char *  pszText = NULL)

Here is the call graph for this function:

Here is the caller graph for this function:

void FileReader::Free ( )

Here is the call graph for this function:

Here is the caller graph for this function:

bool FileReader::Open ( const char *  pszFilename)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class _T >
_T FileReader::Read ( ) [inline]

Here is the caller graph for this function:

void FileReader::Read ( void *  pBuffer,
DWORD  dwSize 
)

Here is the caller graph for this function:

std::string FileReader::ReadCString ( const char *  deliminators = NULL)

Here is the caller graph for this function:

std::string FileReader::ReadString ( )

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines