SimpleIni
Public Member Functions

CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter Class Reference

OutputWriter class to write the INI data to a string. More...

#include <SimpleIni.h>

Inheritance diagram for CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter:
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::OutputWriter

List of all members.

Public Member Functions

 StringWriter (std::string &a_string)
void Write (const char *a_pBuf)

Detailed Description

template<class SI_CHAR, class SI_STRLESS, class SI_CONVERTER>
class CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter

OutputWriter class to write the INI data to a string.

Definition at line 383 of file SimpleIni.h.


Constructor & Destructor Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter::StringWriter ( std::string &  a_string) [inline]

Definition at line 386 of file SimpleIni.h.


Member Function Documentation

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
void CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter::Write ( const char *  a_pBuf) [inline, virtual]

The documentation for this class was generated from the following file: