#include <unary.hh>
Public Types | |
typedef def::argument | argument |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef Fun | flag |
typedef lresult_with< typename super::argument >::ret | lresult |
typedef super::def::lvalue | lvalue |
typedef void | mutable_result |
typedef def::result | result |
typedef unary_impl< true, false, Fun, T > | super |
Public Member Functions | |
template<typename U> | |
lresult_with< U >::ret | apply_rw (U &value) const |
lresult | apply_rw (typename super::argument &value) const |
template<typename U> | |
void | init (const U &value) |
typedef | mln_trait_fun_param (unary_impl) param |
typedef | mln_trait_fun_storage (unary_impl) storage |
typedef | mln_trait_nunary (Fun, T) def |
result | operator() (const argument &value) const |
lresult | operator() (typename super::argument &value) const |
void | set (lvalue l, const typename super::result &r) const |
const stored< storage > & | state () const |
stored< storage > & | state () |
Protected Attributes | |
stored< storage > | state_ |
Classes | |
struct | lresult_with |
Definition at line 258 of file spe/unary.hh.
typedef def::argument mln::fun::spe::impl::unary_impl< true, false, Fun, T >::argument [inherited] |
Definition at line 226 of file spe/unary.hh.
typedef Function_v2v<void> mln::Function_v2v< E >::category [inherited] |
Reimplemented from mln::Function< E >.
Reimplemented in mln::Function_v2b< E >, mln::Function_v2b< f_box2d_t >, mln::Function_v2b< mln::fun::v2b::lnot< V > >, mln::Function_v2b< mln::fun::p2b::antilogy >, mln::Function_v2b< mln::fun::p2b::has< I > >, mln::Function_v2b< mln::fun::p2b::tautology >, mln::Function_v2b< keep_specific_colors >, mln::Function_v2b< my_box2d >, mln::Function_v2b< mln::topo::is_simple_cell< I > >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_edge >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_row_odd >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_pixel >, mln::Function_v2b< mln::fun::v2b::threshold< V > >, mln::Function_v2b< mln::world::inter_pixel::is_separator >, mln::Function_v2b< mln::topo::is_n_face< N > >, mln::Function_v2b< not_to_remove >, mln::Function_v2b< mln::fun::p2b::chess >, mln::Function_v2b< f_box1d_t >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_dot >, mln::Function_v2b< mln::fun::p2b::big_chess< B > >, mln::Function_v2b< mln::world::inter_pixel::is_pixel >, and mln::Function_v2b< f_box3d_t >.
Definition at line 93 of file function.hh.
typedef E mln::Object< E >::exact_t [inherited] |
typedef Fun mln::fun::spe::impl::unary_impl< true, false, Fun, T >::flag [inherited] |
Definition at line 223 of file spe/unary.hh.
typedef lresult_with<typename super::argument>::ret mln::fun::spe::impl::unary_impl< true, true, Fun, T >::lresult |
Definition at line 269 of file spe/unary.hh.
typedef super::def::lvalue mln::fun::spe::impl::unary_impl< true, true, Fun, T >::lvalue |
Definition at line 261 of file spe/unary.hh.
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef def::result mln::fun::spe::impl::unary_impl< true, false, Fun, T >::result [inherited] |
Definition at line 227 of file spe/unary.hh.
typedef unary_impl<true, false, Fun, T> mln::fun::spe::impl::unary_impl< true, true, Fun, T >::super |
Definition at line 260 of file spe/unary.hh.
void mln::fun::spe::impl::unary_impl< true, false, Fun, T >::init | ( | const U & | value | ) | [inline, inherited] |
Definition at line 238 of file spe/unary.hh.
References mln::trait::function::internal::introspect::has_storage_t< T, V >::compute().
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_fun_param | ( | unary_impl< true, false, Fun, T > | ) | [inherited] |
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_fun_storage | ( | unary_impl< true, false, Fun, T > | ) | [inherited] |
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_nunary | ( | Fun | , | |
T | ||||
) | [inherited] |
result mln::fun::spe::impl::unary_impl< true, false, Fun, T >::operator() | ( | const argument & | value | ) | const [inline, inherited] |
Definition at line 232 of file spe/unary.hh.
lresult mln::fun::spe::impl::unary_impl< true, true, Fun, T >::operator() | ( | typename super::argument & | value | ) | const [inline] |
Definition at line 289 of file spe/unary.hh.
void mln::fun::spe::impl::unary_impl< true, true, Fun, T >::set | ( | lvalue | l, | |
const typename super::result & | r | |||
) | const [inline] |
Definition at line 271 of file spe/unary.hh.
const stored<storage>& mln::fun::spe::impl::unary_impl< true, false, Fun, T >::state | ( | ) | const [inline, inherited] |
Definition at line 248 of file spe/unary.hh.
stored<storage>& mln::fun::spe::impl::unary_impl< true, false, Fun, T >::state | ( | ) | [inline, inherited] |
Definition at line 243 of file spe/unary.hh.
stored<storage> mln::fun::spe::impl::unary_impl< true, false, Fun, T >::state_ [protected, inherited] |
Definition at line 254 of file spe/unary.hh.