#include <StdAdaptors.h>
Public Member Functions | |
| StdStringAdapt (char *szString, int iMaxLength, StdCompiler::RawCompileType eRawType=StdCompiler::RCT_Escaped) | |
| void | CompileFunc (StdCompiler *pComp) const |
| bool | operator== (const char *szDefault) const |
| StdStringAdapt & | operator= (const char *szDefault) |
Public Attributes | |
| char * | szString |
| int | iMaxLength |
| StdCompiler::RawCompileType | eRawType |
Definition at line 175 of file StdAdaptors.h.
|
inline |
Definition at line 178 of file StdAdaptors.h.
|
inline |
Definition at line 180 of file StdAdaptors.h.
References eRawType, iMaxLength, StdCompiler::String(), and szString.
|
inline |
Definition at line 185 of file StdAdaptors.h.
References iMaxLength, SCopy(), and szString.
|
inline |
Definition at line 184 of file StdAdaptors.h.
References SEqual(), and szString.
| StdCompiler::RawCompileType StdStringAdapt::eRawType |
Definition at line 177 of file StdAdaptors.h.
Referenced by CompileFunc().
| int StdStringAdapt::iMaxLength |
Definition at line 177 of file StdAdaptors.h.
Referenced by CompileFunc(), and operator=().
| char* StdStringAdapt::szString |
Definition at line 177 of file StdAdaptors.h.
Referenced by CompileFunc(), operator=(), and operator==().