#include <binary.hh>
Public Types | |
typedef def::argument1 | argument1 |
typedef def::argument2 | argument2 |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef Fun | flag |
typedef void | mutable_result |
typedef def::result | result |
Public Member Functions | |
template<typename U> | |
void | init (const U &value) |
typedef | mln_trait_fun_param (def) param |
typedef | mln_trait_fun_storage (def) storage |
typedef | mln_trait_nbinary (flag, T1, T2) def |
result | operator() (const argument1 &a, const argument2 &b) const |
const stored< storage > & | state () const |
stored< storage > & | state () |
Protected Attributes | |
mln::fun::stored< storage > | state_ |
Definition at line 79 of file spe/binary.hh.
typedef def::argument1 mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::argument1 |
Definition at line 85 of file spe/binary.hh.
typedef def::argument2 mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::argument2 |
Definition at line 86 of file spe/binary.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::binary_impl< true, Fun, T1, T2 >::flag |
Definition at line 82 of file spe/binary.hh.
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef def::result mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::result |
Definition at line 87 of file spe/binary.hh.
void mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::init | ( | const U & | value | ) | [inline] |
Definition at line 98 of file spe/binary.hh.
References mln::trait::function::internal::introspect::has_storage_t< T, V >::compute().
typedef mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::mln_trait_fun_param | ( | def | ) |
typedef mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::mln_trait_fun_storage | ( | def | ) |
typedef mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::mln_trait_nbinary | ( | flag | , | |
T1 | , | |||
T2 | ||||
) |
result mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::operator() | ( | const argument1 & | a, | |
const argument2 & | b | |||
) | const [inline] |
Definition at line 92 of file spe/binary.hh.
const stored<storage>& mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::state | ( | ) | const [inline] |
Definition at line 108 of file spe/binary.hh.
stored<storage>& mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::state | ( | ) | [inline] |
Definition at line 103 of file spe/binary.hh.
mln::fun::stored<storage> mln::fun::spe::impl::binary_impl< true, Fun, T1, T2 >::state_ [protected] |
Definition at line 114 of file spe/binary.hh.