#include <StdAdaptors.h>
Public Member Functions | |
| StdCastAdapt (T &rValue) | |
| void | CompileFunc (StdCompiler *pComp) const |
| template<class D > | |
| bool | operator== (const D &nValue) const |
| template<class D > | |
| StdCastAdapt & | operator= (const D &nValue) |
Public Attributes | |
| T & | rValue |
Definition at line 261 of file StdAdaptors.h.
|
inlineexplicit |
Definition at line 264 of file StdAdaptors.h.
|
inline |
Definition at line 265 of file StdAdaptors.h.
References StdCastAdapt< T, to_t >::rValue, and StdCompiler::Value().
|
inline |
|
inline |
| T& StdCastAdapt< T, to_t >::rValue |
Definition at line 263 of file StdAdaptors.h.
Referenced by StdCastAdapt< T, to_t >::CompileFunc(), StdCastAdapt< T, to_t >::operator=(), and StdCastAdapt< T, to_t >::operator==().