#include <StdAdaptors.h>
Public Member Functions | |
| StdNamingAdapt (T &rValue, const char *szName) | |
| void | CompileFunc (StdCompiler *pComp) const |
| template<class D > | |
| bool | operator== (const D &nValue) const |
| template<class D > | |
| StdNamingAdapt & | operator= (const D &nValue) |
Public Attributes | |
| T & | rValue |
| const char * | szName |
Definition at line 70 of file StdAdaptors.h.
|
inline |
Definition at line 73 of file StdAdaptors.h.
|
inline |
Definition at line 74 of file StdAdaptors.h.
References StdCompiler::Name(), StdCompiler::NameEnd(), StdNamingAdapt< T >::rValue, StdNamingAdapt< T >::szName, and StdCompiler::Value().
|
inline |
|
inline |
| T& StdNamingAdapt< T >::rValue |
Definition at line 72 of file StdAdaptors.h.
Referenced by StdNamingAdapt< T >::CompileFunc(), StdNamingAdapt< T >::operator=(), and StdNamingAdapt< T >::operator==().
| const char* StdNamingAdapt< T >::szName |
Definition at line 72 of file StdAdaptors.h.
Referenced by StdNamingAdapt< T >::CompileFunc().