#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) const | 
Protected Attributes | |
| obj_t & | m_obj | 
| func_t | m_func | 
Definition at line 122 of file for_all.h.
| typedef _Ty mbo::obj_func_t< const _Ty, _Tret, _Targ >::obj_t | 
| typedef result_type(_Ty::* mbo::obj_func_t< const _Ty, _Tret, _Targ >::func_t)(arg1_t) | 
| mbo::obj_func_t< const _Ty, _Tret, _Targ >::obj_func_t | ( | obj_t & | obj, | |
| func_t | func | |||
| ) |  [inline] | 
        
| result_type mbo::obj_func_t< const _Ty, _Tret, _Targ >::operator() | ( | arg1_t | arg1 | ) |  const [inline] | 
        
Definition at line 135 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< const _Ty, _Tret, _Targ >::m_obj [protected]           | 
        
func_t mbo::obj_func_t< const _Ty, _Tret, _Targ >::m_func [protected]           | 
        
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:10 2008 for MBO-lib by   1.5.4 |