#include <for_all.h>


Public Types | |
| typedef result_type(_Ty::* | func_t )() |
Public Member Functions | |
| value_func_t (func_t func) | |
| result_type | operator() (argument_type &p) |
Protected Attributes | |
| func_t | m_func |
Definition at line 578 of file for_all.h.
| typedef result_type(_Ty::* mbo::value_func_t< _Tret, _Ty >::func_t)() |
| mbo::value_func_t< _Tret, _Ty >::value_func_t | ( | func_t | func | ) | [inline] |
| result_type mbo::value_func_t< _Tret, _Ty >::operator() | ( | argument_type & | p | ) | [inline] |
Definition at line 589 of file for_all.h.
References mbo::value_func_t< _Tret, _Ty >::m_func.
00590 { 00591 return (p.*m_func)(); 00592 }
func_t mbo::value_func_t< _Tret, _Ty >::m_func [protected] |
Definition at line 595 of file for_all.h.
Referenced by mbo::value_func_t< _Tret, _Ty >::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 |