#include <unary.hh>

Classes | |
| struct | with |
Public Types | |
| typedef Meta_Function_v2v< void > | category |
| typedef E | exact_t |
| typedef F | flag |
Public Member Functions | |
| 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::template lresult_with< T >::ret | operator() (T &v) const |
| template<typename T > | |
| with< T >::ret::result | operator() (const T &v) const |
| template<typename T , typename R > | |
| void | set (T &v, const R &r) const |
| stored< storage > & | state () |
| const stored< storage > & | state () const |
| unary () | |
| template<typename U > | |
| unary (const U ¶m) | |
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 F mln::fun::unary< F, E >::flag |
| mln::fun::unary< F, E >::unary | ( | ) | [inline] |
| mln::fun::unary< F, E >::unary | ( | const U & | param | ) | [inline] |
| void mln::fun::unary< F, E >::init | ( | const U & | value | ) | [inline] |
Referenced by mln::fun::unary< accu_result >::unary().
| typedef mln::fun::unary< F, E >::mln_trait_fun_param | ( | flag | ) |
| typedef mln::fun::unary< F, E >::mln_trait_fun_storage | ( | flag | ) |
| with<T>::ret::template lresult_with<T>::ret mln::fun::unary< F, E >::operator() | ( | T & | v | ) | const [inline] |
| with<T>::ret::result mln::fun::unary< F, E >::operator() | ( | const T & | v | ) | const [inline] |
| void mln::fun::unary< F, E >::set | ( | T & | v, | |
| const R & | r | |||
| ) | const [inline] |
| const stored<storage>& mln::fun::unary< F, E >::state | ( | ) | const [inline] |
| stored<storage>& mln::fun::unary< F, E >::state | ( | ) | [inline] |
Referenced by mln::fun::unary< accu_result >::operator()(), and mln::fun::unary< accu_result >::set().
stored<storage> mln::fun::unary< F, E >::state_ [protected] |
Referenced by mln::fun::unary< accu_result >::init(), and mln::fun::unary< accu_result >::state().
1.7.1