#include <c.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
typedef R | result |
Public Member Functions | |
C () | |
C (R(*f)(A)) | |
R | operator() (const typename mln::metal::unqualif< A >::ret &a) const |
Protected Attributes | |
R(* | f_ )(A) |
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< chess >, mln::Function_v2b< is_dot >, mln::Function_v2b< has< I > >, mln::Function_v2b< is_edge >, mln::Function_v2b< is_row_odd >, mln::Function_v2b< big_chess< B > >, mln::Function_v2b< keep_specific_colors >, mln::Function_v2b< i2v::array< T > >, mln::Function_v2b< my_box2d >, mln::Function_v2b< is_pixel >, mln::Function_v2b< is_n_face< N > >, mln::Function_v2b< is_separator >, mln::Function_v2b< is_simple_cell< I > >, mln::Function_v2b< tautology >, mln::Function_v2b< not_to_remove >, mln::Function_v2b< f_box1d_t >, mln::Function_v2b< threshold< V > >, mln::Function_v2b< lnot< V > >, mln::Function_v2b< f_box3d_t >, and mln::Function_v2b< antilogy >.
typedef E mln::Object< E >::exact_t [inherited] |
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef R mln::fun::C< R(*)(A) >::result |
mln::fun::C< R(*)(A) >::C | ( | ) |
mln::fun::C< R(*)(A) >::C | ( | R(*)(A) | f | ) |
R mln::fun::C< R(*)(A) >::operator() | ( | const typename mln::metal::unqualif< A >::ret & | a | ) | const |
R(* mln::fun::C< R(*)(A) >::f_)(A) [protected] |