$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > > Struct Template Reference

#include <mln/fun/spe/unary.hh>

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

Public Types

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

Detailed Description

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

Definition at line 117 of file spe/unary.hh.

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

Definition at line 124 of file spe/unary.hh.

Member Function Documentation

template<typename Fun , typename Any , typename T >
mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::operator result ( ) const
inline

Definition at line 134 of file spe/unary.hh.

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

Definition at line 139 of file spe/unary.hh.

template<typename Fun , typename Any , typename T >
result mln::fun::spe::lwrapper< Fun, lwrapper< Any, T > >::to_result ( ) const
inline

Definition at line 129 of file spe/unary.hh.

Member Typedef Documentation

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

Definition at line 120 of file spe/unary.hh.

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

Definition at line 122 of file spe/unary.hh.

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

Definition at line 121 of file spe/unary.hh.

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

Definition at line 119 of file spe/unary.hh.