Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::IIniBaseSetter Interface Referenceabstract

#include <cIniBase.h>

Inheritance diagram for Gray::IIniBaseSetter:
Gray::cIniMap Gray::cIniObject Gray::cIniSectionData Gray::cIniSection Gray::cIniSectionEntry GrayLib::cScriptSection

Public Member Functions

virtual HRESULT PropSet (const IniChar_t *pszPropTag, const IniChar_t *pszValue)=0
 

Detailed Description

Writer Sets the properties as a string to a named tag (by its string tag name). Assume pszPropTag is unique ?

Member Function Documentation

◆ PropSet()

virtual HRESULT Gray::IIniBaseSetter::PropSet ( const IniChar_t pszPropTag,
const IniChar_t pszValue 
)
pure virtual

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