#include <SimpleIni.h>
Public Member Functions | |
FileWriter (FILE *a_file) | |
void | Write (const char *a_pBuf) |
Public Member Functions inherited from CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter | |
OutputWriter () | |
virtual | ~OutputWriter () |
Private Member Functions | |
FileWriter (const FileWriter &) | |
FileWriter & | operator= (const FileWriter &) |
Private Attributes | |
FILE * | m_file |
OutputWriter class to write the INI data to a file
Definition at line 370 of file SimpleIni.h.
|
inline |
Definition at line 373 of file SimpleIni.h.
|
private |
|
private |
|
inlinevirtual |
Implements CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter.
Definition at line 374 of file SimpleIni.h.
|
private |
Definition at line 371 of file SimpleIni.h.