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