Public Types | Protected Member Functions

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

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

#include <function.hh>

Inheritance diagram for mln::Function_n2v< E >:
Inheritance graph

List of all members.

Public Types

typedef Function_n2v< void > category
typedef E exact_t

Protected Member Functions

 Function_n2v ()
 Function_n2v (const Function_n2v &)

Detailed Description

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

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

The parameter E is the exact type.

Definition at line 99 of file function.hh.


Member Typedef Documentation

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

Reimplemented from mln::Function< E >.

Definition at line 101 of file function.hh.

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

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

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

Definition at line 243 of file function.hh.

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

Definition at line 249 of file function.hh.