#include <for_all.h>
Public Types | |
typedef _Tpair | pair_t |
typedef _Tfunc | func_t |
Public Member Functions | |
pair_first_func_t (func_t func) | |
result_type | operator() (pair_t &arg) |
Protected Attributes | |
func_t | m_func |
Definition at line 411 of file for_all.h.
typedef _Tpair mbo::pair_first_func_t< _Tpair, _Tfunc >::pair_t |
typedef _Tfunc mbo::pair_first_func_t< _Tpair, _Tfunc >::func_t |
mbo::pair_first_func_t< _Tpair, _Tfunc >::pair_first_func_t | ( | func_t | func | ) | [inline] |
result_type mbo::pair_first_func_t< _Tpair, _Tfunc >::operator() | ( | pair_t & | arg | ) | [inline] |
Definition at line 423 of file for_all.h.
References mbo::pair_first_func_t< _Tpair, _Tfunc >::m_func.
00424 { 00425 return m_func(arg.first); 00426 }
func_t mbo::pair_first_func_t< _Tpair, _Tfunc >::m_func [protected] |
Definition at line 430 of file for_all.h.
Referenced by mbo::pair_first_func_t< _Tpair, _Tfunc >::operator()().
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:10 2008 for MBO-lib by ![]() |