#include <for_all.h>
Public Types | |
typedef result_type(_Ty::* | func_t )(arg1_t) const |
Public Member Functions | |
const_value_func_1_t (func_t func, arg1_t arg1) | |
result_type | operator() (const argument_type &p) const |
Protected Attributes | |
func_t | m_func |
var1_t | m_arg1 |
Definition at line 720 of file for_all.h.
typedef result_type(_Ty::* mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::func_t)(arg1_t) const |
mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::const_value_func_1_t | ( | func_t | func, | |
arg1_t | arg1 | |||
) | [inline] |
result_type mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::operator() | ( | const argument_type & | p | ) | const [inline] |
Definition at line 732 of file for_all.h.
References mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::m_arg1, and mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::m_func.
func_t mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::m_func [protected] |
Definition at line 738 of file for_all.h.
Referenced by mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::operator()().
var1_t mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::m_arg1 [protected] |
Definition at line 739 of file for_all.h.
Referenced by mbo::const_value_func_1_t< _Tret, _Ty, _Targ1 >::operator()().
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:10 2008 for MBO-lib by ![]() |