#include <comp.hh>

Public Types | |
| typedef Meta_Function_v2v< void > | category |
| typedef E | exact_t |
| typedef comp | flag |
| typedef unsigned | param |
| typedef void | storage |
Public Member Functions | |
| comp () | |
| comp (unsigned i) | |
| template<typename U > | |
| void | init (const U &value) |
| typedef | mln_trait_fun_param (flag) param |
| typedef | mln_trait_fun_storage (flag) storage |
| template<typename T > | |
| with< T >::ret::result | operator() (const T &v) const |
| template<typename T > | |
| with< T >::ret::template lresult_with< T >::ret | operator() (T &v) const |
| template<typename T , typename R > | |
| void | set (T &v, const R &r) const |
| const stored< storage > & | state () const |
| stored< storage > & | state () |
Protected Attributes | |
| stored< storage > | state_ |
typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< E >::category [inherited] |
Reimplemented from mln::Meta_Function< E >.
typedef E mln::Object< E >::exact_t [inherited] |
typedef comp mln::fun::unary_param< comp , unsigned , void , comp >::flag [inherited] |
Reimplemented from mln::fun::unary< F, E >.
typedef unsigned mln::fun::unary_param< comp , unsigned , void , comp >::param [inherited] |
typedef void mln::fun::unary_param< comp , unsigned , void , comp >::storage [inherited] |
| mln::fun::comp::comp | ( | ) | [inline] |
| mln::fun::comp::comp | ( | unsigned | i | ) | [inline] |
| void mln::fun::unary< F, E >::init | ( | const U & | value | ) | [inline, inherited] |
Referenced by mln::fun::unary< accu_result >::unary().
| typedef mln::fun::unary< F, E >::mln_trait_fun_param | ( | flag | ) | [inherited] |
| typedef mln::fun::unary< F, E >::mln_trait_fun_storage | ( | flag | ) | [inherited] |
| with<T>::ret::template lresult_with<T>::ret mln::fun::unary< F, E >::operator() | ( | T & | v | ) | const [inline, inherited] |
| with<T>::ret::result mln::fun::unary< F, E >::operator() | ( | const T & | v | ) | const [inline, inherited] |
| void mln::fun::unary< F, E >::set | ( | T & | v, | |
| const R & | r | |||
| ) | const [inline, inherited] |
| const stored<storage>& mln::fun::unary< F, E >::state | ( | ) | const [inline, inherited] |
| stored<storage>& mln::fun::unary< F, E >::state | ( | ) | [inline, inherited] |
Referenced by mln::fun::unary< accu_result >::operator()(), and mln::fun::unary< accu_result >::set().
stored<storage> mln::fun::unary< F, E >::state_ [protected, inherited] |
Referenced by mln::fun::unary< accu_result >::init(), and mln::fun::unary< accu_result >::state().
1.7.1