#include <scomp.hh>
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 |
const stored< storage > & | state () const |
stored< storage > & | state () |
Protected Attributes | |
stored< storage > | state_ |
Definition at line 44 of file scomp.hh.
typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< E >::category [inherited] |
typedef E mln::Object< E >::exact_t [inherited] |
typedef F mln::fun::unary< F, E >::flag [inherited] |
void mln::fun::unary< F, E >::init | ( | const U & | value | ) | [inline, inherited] |
Definition at line 90 of file unary.hh.
Referenced by mln::fun::unary< mln::fun::row >::unary(), and mln::fun::unary_param< mln::fun::comp, unsigned >::unary_param().
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::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] |
Definition at line 105 of file unary.hh.
Referenced by mln::fun::unary< mln::fun::row >::operator()(), and mln::fun::unary< mln::fun::row >::set().
stored<storage> mln::fun::unary< F, E >::state_ [protected, inherited] |
Definition at line 116 of file unary.hh.
Referenced by mln::fun::unary< mln::fun::row >::init(), and mln::fun::unary< mln::fun::row >::state().