![]() |
VR-Forces Developer's Guide
|
Public Member Functions | |
| DtSharedPtrCallbackWrapper (const std::shared_ptr< T > &obj) | |
| DtSharedPtrCallbackWrapper (T *obj) | |
| template<typename P1 > | |
| void | operator() (const P1 &p1) const |
| template<typename P1 , typename P2 > | |
| void | operator() (const P1 &p1, const P2 &p2) const |
| template<typename P1 , typename P2 , typename P3 > | |
| void | operator() (const P1 &p1, const P2 &p2, const P3 &p3) const |
Private Attributes | |
| const std::weak_ptr< T > | myObj |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
References makVrv::DtSharedPtrCallbackWrapper< T >::myObj.
|
inline |
References makVrv::DtSharedPtrCallbackWrapper< T >::myObj.
|
inline |
References makVrv::DtSharedPtrCallbackWrapper< T >::myObj.
|
private |
Referenced by makVrv::DtSharedPtrCallbackWrapper< T >::operator()().