$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::C< R(*)(A) > Struct Template Reference

#include <mln/fun/c.hh>

Public Member Functions

 C ()
 C (R(*f)(A))
operator() (const typename mln::metal::unqualif< A >::ret &a) const

Protected Attributes

R(* f_ )(A)

Public Types

typedef Function_v2v< void > category
typedef E exact_t
typedef void mutable_result
typedef R result

Detailed Description

template<typename R, typename A>
struct mln::fun::C< R(*)(A) >

Definition at line 104 of file c.hh.

Constructor & Destructor Documentation

template<typename R , typename A >
mln::fun::C< R(*)(A) >::C ( )
template<typename R , typename A >
mln::fun::C< R(*)(A) >::C ( R(*)(A)  f)

Member Function Documentation

template<typename R , typename A >
R mln::fun::C< R(*)(A) >::operator() ( const typename mln::metal::unqualif< A >::ret a) const

Member Data Documentation

template<typename R , typename A >
R(* mln::fun::C< R(*)(A) >::f_)(A)
protected

Definition at line 113 of file c.hh.

Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category
inherited

Definition at line 134 of file function.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.

template<typename E>
typedef void mln::Function_v2v< E >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename R , typename A >
typedef R mln::fun::C< R(*)(A) >::result

Definition at line 110 of file c.hh.