Public Types | Public Member Functions | Private Attributes

mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > > Struct Template Reference

#include <unary.hh>

List of all members.

Public Types

typedef Fun::argument argument
typedef lwrapper lresult
typedef Fun::lvalue lvalue
typedef Fun::result result

Public Member Functions

 lwrapper (const Fun &f, const lwrapper< Any, T > &m)
 operator result () const
const resultoperator= (const result &r) const
result to_result () const

Private Attributes

const Fun * f_
const lwrapper< Any, Tm_

template<typename Fun, typename Any, typename T>
struct mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >


Member Typedef Documentation

template<typename Fun , typename Any , typename T >
typedef Fun::argument mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::argument
template<typename Fun , typename Any , typename T >
typedef lwrapper mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::lresult
template<typename Fun , typename Any , typename T >
typedef Fun::lvalue mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::lvalue
template<typename Fun , typename Any , typename T >
typedef Fun::result mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::result

Constructor & Destructor Documentation

template<typename Fun , typename Any , typename T >
mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::lwrapper ( const Fun &  f,
const lwrapper< Any, T > &  m 
) [inline]

Member Function Documentation

template<typename Fun , typename Any , typename T >
mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::operator result (  )  const [inline]
template<typename Fun , typename Any , typename T >
const result& mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::operator= ( const result r  )  const [inline]
template<typename Fun , typename Any , typename T >
result mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::to_result (  )  const [inline]

Member Data Documentation

template<typename Fun , typename Any , typename T >
const Fun* mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::f_ [private]
template<typename Fun , typename Any , typename T >
const lwrapper<Any, T> mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::m_ [private]