|
SimpleIni
|
OutputWriter class to write the INI data to an ostream. More...
#include <SimpleIni.h>
Public Member Functions | |
| StreamWriter (std::ostream &a_ostream) | |
| void | Write (const char *a_pBuf) |
OutputWriter class to write the INI data to an ostream.
Definition at line 397 of file SimpleIni.h.
| CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriter::StreamWriter | ( | std::ostream & | a_ostream | ) | [inline] |
Definition at line 400 of file SimpleIni.h.
| void CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StreamWriter::Write | ( | const char * | a_pBuf | ) | [inline, virtual] |
Implements CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter.
Definition at line 401 of file SimpleIni.h.
1.7.3