#include <for_all.h>
Public Types | |
typedef result_type(_Ty::* | func_t )() |
Public Member Functions | |
const_value_func_t (func_t func) | |
result_type | operator() (const argument_type &p) const |
Protected Attributes | |
func_t | m_func |
Definition at line 624 of file for_all.h.
typedef result_type(_Ty::* mbo::const_value_func_t< _Tret, _Ty >::func_t)() |
mbo::const_value_func_t< _Tret, _Ty >::const_value_func_t | ( | func_t | func | ) | [inline] |
result_type mbo::const_value_func_t< _Tret, _Ty >::operator() | ( | const argument_type & | p | ) | const [inline] |
Definition at line 635 of file for_all.h.
References mbo::const_value_func_t< _Tret, _Ty >::m_func.
00636 { 00637 return (p->*m_func)(); 00638 }
func_t mbo::const_value_func_t< _Tret, _Ty >::m_func [protected] |
Definition at line 641 of file for_all.h.
Referenced by mbo::const_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 ![]() |