|
SimpleIni
|
OutputWriter class to write the INI data to a string. More...
#include <SimpleIni.h>
Public Member Functions | |
| StringWriter (std::string &a_string) | |
| void | Write (const char *a_pBuf) |
OutputWriter class to write the INI data to a string.
Definition at line 383 of file SimpleIni.h.
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter::StringWriter | ( | std::string & | a_string | ) | [inline] |
Definition at line 386 of file SimpleIni.h.
| void CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter::Write | ( | const char * | a_pBuf | ) | [inline, virtual] |
Implements CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter.
Definition at line 387 of file SimpleIni.h.
1.7.3