#include <rc_member_func.h>
Definition at line 95 of file rc_member_func.h.
Public Types | |
| typedef R(T::* | method_ptr_type )(A1) const |
Public Member Functions | |
| rc_member_func (T &obj, method_ptr_type mp) | |
| R | operator() (A1 a1) const |
Private Attributes | |
| T & | p_obj |
| method_ptr_type | p_mp |
| typedef R(T::* method_ptr_type)(A1) const |
Definition at line 97 of file rc_member_func.h.
| rc_member_func | ( | T & | obj, | |
| method_ptr_type | mp | |||
| ) | [inline] |
Definition at line 98 of file rc_member_func.h.
| R operator() | ( | A1 | a1 | ) | const [inline] |
Definition at line 101 of file rc_member_func.h.
T& p_obj [private] |
Definition at line 104 of file rc_member_func.h.
method_ptr_type p_mp [private] |
Definition at line 105 of file rc_member_func.h.
1.5.3