#include <rc_member_func.h>
Definition at line 226 of file rc_member_func.h.
Public Types | |
typedef R(T::* | method_ptr_type )(A1, A2, A3, A4, A5, A6) |
Public Member Functions | |
rc_member_func (T &obj, method_ptr_type mp) | |
R | operator() (A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) const |
Private Attributes | |
T & | p_obj |
method_ptr_type | p_mp |
typedef R(T::* method_ptr_type)(A1, A2, A3, A4, A5, A6) |
Definition at line 228 of file rc_member_func.h.
rc_member_func | ( | T & | obj, | |
method_ptr_type | mp | |||
) | [inline] |
Definition at line 229 of file rc_member_func.h.
R operator() | ( | A1 | a1, | |
A2 | a2, | |||
A3 | a3, | |||
A4 | a4, | |||
A5 | a5, | |||
A6 | a6 | |||
) | const [inline] |
Definition at line 232 of file rc_member_func.h.
T& p_obj [private] |
Definition at line 236 of file rc_member_func.h.
method_ptr_type p_mp [private] |
Definition at line 237 of file rc_member_func.h.