#include <StdAdaptors.h>
Public Member Functions | |
| StdDecompileAdapt (const T &rValue) | |
| void | CompileFunc (StdCompiler *pComp) const |
| template<typename ... P> | |
| void | CompileFunc (StdCompiler *pComp, P &&... pars) const |
Public Attributes | |
| const T & | rValue |
Definition at line 134 of file StdAdaptors.h.
|
inlineexplicit |
Definition at line 137 of file StdAdaptors.h.
|
inline |
Definition at line 138 of file StdAdaptors.h.
References StdCompiler::isSerializer(), StdDecompileAdapt< T >::rValue, and StdCompiler::Value().
|
inline |
Definition at line 146 of file StdAdaptors.h.
References StdCompiler::isSerializer(), mkParAdapt(), StdDecompileAdapt< T >::rValue, and StdCompiler::Value().
| const T& StdDecompileAdapt< T >::rValue |
Definition at line 136 of file StdAdaptors.h.
Referenced by StdDecompileAdapt< T >::CompileFunc().