#include <rc_member_func.h>
Definition at line 67 of file rc_member_func.h.
Public Types | |
typedef R(T::* | method_ptr_type )() const |
Public Member Functions | |
rc_member_func (T &obj, method_ptr_type mp) | |
R | operator() () const |
Private Attributes | |
T & | p_obj |
method_ptr_type | p_mp |
typedef R(T::* method_ptr_type)() const |
Definition at line 69 of file rc_member_func.h.
rc_member_func | ( | T & | obj, | |
method_ptr_type | mp | |||
) | [inline] |
Definition at line 70 of file rc_member_func.h.
R operator() | ( | ) | const [inline] |
Definition at line 73 of file rc_member_func.h.
T& p_obj [private] |
Definition at line 76 of file rc_member_func.h.
method_ptr_type p_mp [private] |
Definition at line 77 of file rc_member_func.h.