#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 376 of file SimpleIni.h.
|
inline |
Definition at line 379 of file SimpleIni.h.
|
private |
|
private |
|
inlinevirtual |
Implements CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter.
Definition at line 380 of file SimpleIni.h.
|
private |
Definition at line 377 of file SimpleIni.h.