This template encapsulates a member function without arguments and a single object into a function.
Don't use directly. Use the wrapMember function instead.
Definition at line 268 of file metaprogramming.h.
#include <mrpt/utils/metaprogramming.h>
Public Member Functions | |
MemberFunctionWrapper (V &o, MemberFunction f) | |
T | operator() () |
Private Types | |
typedef T(V::* | MemberFunction) (void) |
Private Attributes | |
V & | obj |
MemberFunction | func |
|
private |
Definition at line 270 of file metaprogramming.h.
|
inline |
Definition at line 274 of file metaprogramming.h.
|
inline |
Definition at line 275 of file metaprogramming.h.
References mrpt::utils::metaprogramming::MemberFunctionWrapper< T, V >::func, and mrpt::utils::metaprogramming::MemberFunctionWrapper< T, V >::obj.
|
private |
Definition at line 272 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::MemberFunctionWrapper< T, V >::operator()().
|
private |
Definition at line 271 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::MemberFunctionWrapper< T, V >::operator()().
Page generated by Doxygen 1.8.17 for MRPT 1.4.0 SVN: at Tue Mar 3 09:15:16 UTC 2020 |