BWAPI
Public Member Functions
FileWriter Class Reference

#include <FileWriter.h>

List of all members.

Public Member Functions

 FileWriter ()
 ~FileWriter ()
bool Open (const char *pszFilename)
bool Error (const char *pszText=NULL)
void Close ()
template<class _T >
void Write (_T val)
void WriteRaw (void *pData, size_t size)
void Write7BitEncodedInt (int value)
void WriteString (std::string str)

Constructor & Destructor Documentation

Here is the call graph for this function:


Member Function Documentation

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

bool FileWriter::Open ( const char *  pszFilename)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class _T >
void FileWriter::Write ( _T  val) [inline]

Here is the caller graph for this function:

Here is the caller graph for this function:

void FileWriter::WriteRaw ( void *  pData,
size_t  size 
)

Here is the caller graph for this function:

void FileWriter::WriteString ( std::string  str)

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