#include <for_all.h>


Public Types | |
| typedef result_type(_Tval::* | func_t )() const | 
Public Member Functions | |
| const_map_value_func_t (func_t func) | |
| result_type | operator() (const argument_type &it) const | 
Protected Attributes | |
| func_t | m_func | 
Definition at line 528 of file for_all.h.
| typedef result_type(_Tval::* mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::func_t)() const | 
| mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::const_map_value_func_t | ( | func_t | func | ) |  [inline] | 
        
| result_type mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::operator() | ( | const argument_type & | it | ) |  const [inline] | 
        
Definition at line 539 of file for_all.h.
References mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::m_func.
00540 { 00541 return (it.second.*m_func)(); 00542 }
func_t mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::m_func [protected]           | 
        
Definition at line 546 of file for_all.h.
Referenced by mbo::const_map_value_func_t< _Tret, _Tkey, _Tval >::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 |