SimpleIni  4.17
Public Member Functions | List of all members
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

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 ()
 

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 385 of file SimpleIni.h.

Constructor & Destructor Documentation

◆ StringWriter()

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 388 of file SimpleIni.h.

Member Function Documentation

◆ Write()

template<class SI_CHAR , class SI_STRLESS , class SI_CONVERTER >
void CSimpleIniTempl< SI_CHAR, SI_STRLESS, SI_CONVERTER >::StringWriter::Write ( const char *  a_pBuf)
inlinevirtual

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