#include <StdAdaptors.h>
Public Member Functions | |
StdIntAdapt (T &rValue) | |
void | CompileFunc (StdCompiler *pComp) const |
template<class D > | |
bool | operator== (const D &nValue) const |
template<class D > | |
StdIntAdapt & | operator= (const D &nValue) |
Public Attributes | |
T & | rValue |
Definition at line 240 of file StdAdaptors.h.
|
inlineexplicit |
Definition at line 243 of file StdAdaptors.h.
|
inline |
Definition at line 244 of file StdAdaptors.h.
References StdIntAdapt< T, int_t >::rValue, and StdCompiler::Value().
|
inline |
|
inline |
T& StdIntAdapt< T, int_t >::rValue |
Definition at line 242 of file StdAdaptors.h.
Referenced by StdIntAdapt< T, int_t >::CompileFunc(), StdIntAdapt< T, int_t >::operator=(), and StdIntAdapt< T, int_t >::operator==().