#include <for_all.h>
Public Types | |
typedef _Ty | obj_t |
typedef result_type(_Ty::* | func_t )(arg1_t, arg2_t) |
Public Member Functions | |
obj_func_1_t (obj_t &obj, func_t func, arg2_t _arg2) | |
result_type | operator() (arg1_t arg1) |
Protected Attributes | |
obj_t & | m_obj |
func_t | m_func |
arg2_t | m_arg2 |
Definition at line 147 of file for_all.h.
typedef _Ty mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::obj_t |
typedef result_type(_Ty::* mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::func_t)(arg1_t, arg2_t) |
mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::obj_func_1_t | ( | obj_t & | obj, | |
func_t | func, | |||
arg2_t | _arg2 | |||
) | [inline] |
result_type mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::operator() | ( | arg1_t | arg1 | ) | [inline] |
Definition at line 161 of file for_all.h.
References mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_arg2, mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_func, and mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_obj.
obj_t& mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_obj [protected] |
Definition at line 168 of file for_all.h.
Referenced by mbo::obj_func_1_t< const _Ty, _Tret, _Targ, _Targ2 >::operator()(), and mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::operator()().
func_t mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_func [protected] |
Definition at line 169 of file for_all.h.
Referenced by mbo::obj_func_1_t< const _Ty, _Tret, _Targ, _Targ2 >::operator()(), and mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::operator()().
arg2_t mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::m_arg2 [protected] |
Definition at line 170 of file for_all.h.
Referenced by mbo::obj_func_1_t< const _Ty, _Tret, _Targ, _Targ2 >::operator()(), and mbo::obj_func_1_t< _Ty, _Tret, _Targ, _Targ2 >::operator()().
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:10 2008 for MBO-lib by ![]() |