Public Types | Public Member Functions | Protected Attributes

mln::fun::C< R(*)(A) > Struct Template Reference

#include <c.hh>

Inheritance diagram for mln::fun::C< R(*)(A) >:
Inheritance graph

List of all members.

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))
operator() (const typename mln::metal::unqualif< A >::ret &a) const

Protected Attributes

R(* f_ )(A)

Detailed Description

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

Definition at line 97 of file c.hh.


Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category [inherited]
template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.

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

Definition at line 127 of file function.hh.

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

Definition at line 103 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 106 of file c.hh.