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)

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


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]
template<typename E>
typedef void mln::Function_v2v< E >::mutable_result [inherited]
template<typename R , typename A >
typedef R mln::fun::C< R(*)(A) >::result

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]