Public Types | Protected Member Functions

mln::Function_v2v< E > Struct Template Reference
[Functions]

Base class for implementation of function-objects from value to value. More...

#include <function.hh>

Inherits mln::Function< E >.

Inherited by mln::fun::C< R(*)(A) >, mln::fun::v2v::dec< T >, mln::fun::v2v::id< T >, mln::fun::v2v::inc< T >, mln::fun::x2v::bilinear< I >, mln::fun::x2v::trilinear< I >, mln::fun::x2x::internal::helper_composed_< T2, T1, E, false >, mln::fun::x2x::internal::helper_composed_< T2, T1, E, true >, mln::fun::x2x::linear< I >, mln::fun::x2x::nneighbor< I >, and mln::Function_v2b< E > [virtual].

List of all members.

Public Types

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

Protected Member Functions

 Function_v2v ()
 Function_v2v (const Function_v2v &)

Detailed Description

template<typename E>
struct mln::Function_v2v< E >

Base class for implementation of function-objects from value to value.

The parameter E is the exact type.

Definition at line 124 of file function.hh.


Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category
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

Definition at line 127 of file function.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Function_v2v< E >::Function_v2v (  )  [inline, protected]

Definition at line 259 of file function.hh.

template<typename E >
mln::Function_v2v< E >::Function_v2v ( const Function_v2v< E > &  rhs  )  [inline, protected]

Definition at line 265 of file function.hh.