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.
|
private |
Definition at line 272 of file metaprogramming.h.
|
private |
Definition at line 271 of file metaprogramming.h.
Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Sun Jul 10 11:38:36 UTC 2016 |