#include <StdAdaptors.h>
Public Member Functions | |
| StdParameter2Adapt (T &&rObj, P1 &&rPar1, P2 &&rPar2) | |
| void | CompileFunc (StdCompiler *pComp) const |
| template<class D > | |
| bool | operator== (const D &nValue) const |
| template<class D > | |
| StdParameter2Adapt & | operator= (const D &nValue) |
Public Attributes | |
| T && | rObj |
| P1 && | rPar1 |
| P2 && | rPar2 |
Definition at line 508 of file StdAdaptors.h.
|
inline |
Definition at line 510 of file StdAdaptors.h.
|
inline |
Definition at line 513 of file StdAdaptors.h.
References StdParameter2Adapt< T, P1, P2 >::rObj, StdParameter2Adapt< T, P1, P2 >::rPar1, and StdParameter2Adapt< T, P1, P2 >::rPar2.
|
inline |
|
inline |
| T&& StdParameter2Adapt< T, P1, P2 >::rObj |
Definition at line 512 of file StdAdaptors.h.
Referenced by StdParameter2Adapt< T, P1, P2 >::CompileFunc(), StdParameter2Adapt< T, P1, P2 >::operator=(), and StdParameter2Adapt< T, P1, P2 >::operator==().
| P1&& StdParameter2Adapt< T, P1, P2 >::rPar1 |
Definition at line 512 of file StdAdaptors.h.
Referenced by StdParameter2Adapt< T, P1, P2 >::CompileFunc().
| P2&& StdParameter2Adapt< T, P1, P2 >::rPar2 |
Definition at line 512 of file StdAdaptors.h.
Referenced by StdParameter2Adapt< T, P1, P2 >::CompileFunc().