This template encapsulates a member function without arguments and a single object into a function.
Don't use directly. Use the wrapMember function instead.
#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 |
typedef T(V::* mrpt::utils::metaprogramming::MemberFunctionWrapper::MemberFunction)(void) [private] |
Definition at line 318 of file metaprogramming.h.
| mrpt::utils::metaprogramming::MemberFunctionWrapper::MemberFunctionWrapper | ( | V & | o, |
| MemberFunction | f | ||
| ) | [inline] |
Definition at line 322 of file metaprogramming.h.
| T mrpt::utils::metaprogramming::MemberFunctionWrapper::operator() | ( | ) | [inline] |
Definition at line 323 of file metaprogramming.h.
Definition at line 320 of file metaprogramming.h.
Referenced by operator()().
Definition at line 319 of file metaprogramming.h.
Referenced by operator()().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |