#include <for_all.h>


Public Types | |
| typedef _Ty | obj_t | 
| typedef result_type(_Ty::* | func_t )(arg1_t, arg2_t, arg3_t) | 
Public Member Functions | |
| obj_func_2_t (obj_t &obj, func_t func, arg2_t arg2, arg3_t arg3) | |
| result_type | operator() (arg1_t arg1) | 
Protected Attributes | |
| obj_t & | m_obj | 
| func_t | m_func | 
| arg2_t | m_arg2 | 
| arg3_t | m_arg3 | 
Definition at line 201 of file for_all.h.
| typedef _Ty mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::obj_t | 
| typedef result_type(_Ty::* mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::func_t)(arg1_t, arg2_t, arg3_t) | 
| mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::obj_func_2_t | ( | obj_t & | obj, | |
| func_t | func, | |||
| arg2_t | arg2, | |||
| arg3_t | arg3 | |||
| ) |  [inline] | 
        
| result_type mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator() | ( | arg1_t | arg1 | ) |  [inline] | 
        
Definition at line 216 of file for_all.h.
References mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_arg2, mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_arg3, mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_func, and mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_obj.
obj_t& mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_obj [protected]           | 
        
Definition at line 223 of file for_all.h.
Referenced by mbo::obj_func_2_t< const _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()(), and mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()().
func_t mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_func [protected]           | 
        
Definition at line 224 of file for_all.h.
Referenced by mbo::obj_func_2_t< const _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()(), and mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()().
arg2_t mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_arg2 [protected]           | 
        
Definition at line 225 of file for_all.h.
Referenced by mbo::obj_func_2_t< const _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()(), and mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()().
arg3_t mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::m_arg3 [protected]           | 
        
Definition at line 226 of file for_all.h.
Referenced by mbo::obj_func_2_t< const _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()(), and mbo::obj_func_2_t< _Ty, _Tret, _Targ, _Targ2, _Targ3 >::operator()().
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:10 2008 for MBO-lib by   1.5.4 |