$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Function< E > Struct Template Reference

#include <mln/core/concept/function.hh>

Protected Member Functions

 Function ()
 Function (const Function &)
Function< E > & operator= (const Function< E > &)

Public Types

typedef Function< void > category
typedef E exact_t

Detailed Description

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

Base class for implementation of function-objects.

The parameter E is the exact type.

Definition at line 68 of file function.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Function< E >::Function ( )
protected

An operator() has to be provided.

Its signature depends on the particular function-object one considers.

template<typename E>
mln::Function< E >::Function ( const Function< E > &  )
protected

Member Function Documentation

template<typename E>
Function<E>& mln::Function< E >::operator= ( const Function< E > &  )
protected

Member Typedef Documentation

template<typename E>
typedef Function<void> mln::Function< E >::category

Definition at line 70 of file function.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.