Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cScriptExecGetter Class Reference

#include <cScriptExec.h>

Inheritance diagram for GrayLib::cScriptExecGetter:
Gray::IIniBaseGetter

Public Member Functions

 cScriptExecGetter (cScriptExec *pExec, bool bHTML)
 
virtual HRESULT PropGet (const char *pszPropTag, OUT cStringI &rsValue) const override
 

Public Attributes

cScriptExec *const m_pExec
 
const bool m_bHTML
 

Detailed Description

Support IIniBaseGetter for cScriptExec

Constructor & Destructor Documentation

◆ cScriptExecGetter()

GrayLib::cScriptExecGetter::cScriptExecGetter ( cScriptExec pExec,
bool  bHTML 
)
inline

Member Function Documentation

◆ PropGet()

virtual HRESULT GrayLib::cScriptExecGetter::PropGet ( const char *  pszPropTag,
OUT cStringI rsValue 
) const
inlineoverridevirtual

Implements Gray::IIniBaseGetter.

Member Data Documentation

◆ m_bHTML

const bool GrayLib::cScriptExecGetter::m_bHTML

◆ m_pExec

cScriptExec* const GrayLib::cScriptExecGetter::m_pExec

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