#include <for_all.h>


Public Types | |
| typedef _Tpair | pair_t | 
| typedef _Tfunc | func_t | 
Public Member Functions | |
| pair_second_func_t (func_t func) | |
| result_type | operator() (pair_t &arg) | 
Protected Attributes | |
| func_t | m_func | 
Definition at line 446 of file for_all.h.
| typedef _Tpair mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::pair_t | 
| typedef _Tfunc mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::func_t | 
| mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::pair_second_func_t | ( | func_t | func | ) |  [inline] | 
        
| result_type mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::operator() | ( | pair_t & | arg | ) |  [inline] | 
        
Definition at line 458 of file for_all.h.
References mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::m_func.
00459 { 00460 return m_func(arg.second); 00461 }
func_t mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::m_func [protected]           | 
        
Definition at line 465 of file for_all.h.
Referenced by mbo::pair_second_func_t< _Tpair, _Tret, _Tfunc >::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 |