#include <SimpleIni.h>
Public Member Functions | |
StringWriter (std::string &a_string) | |
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 | |
StringWriter & | operator= (const StringWriter &) |
StringWriter (const StringWriter &) | |
Private Attributes | |
std::string & | m_string |
OutputWriter class to write the INI data to a string
Definition at line 383 of file SimpleIni.h.
|
inline |
Definition at line 386 of file SimpleIni.h.
|
private |
|
private |
|
inlinevirtual |
Implements CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter.
Definition at line 387 of file SimpleIni.h.
|
private |
Definition at line 384 of file SimpleIni.h.