Public Types | Protected Member Functions

mln::Meta_Function< E > Struct Template Reference

Base class for implementation of meta functions. More...

#include <meta_function.hh>

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

List of all members.

Public Types

typedef Meta_Function< void > category
typedef E exact_t

Protected Member Functions

 Meta_Function ()

Detailed Description

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

Base class for implementation of meta functions.

The parameter E is the exact type.

See also:
mln::doc::Meta_Function for a complete documentation of this class contents.

Definition at line 78 of file meta_function.hh.


Member Typedef Documentation

template<typename E>
typedef Meta_Function<void> mln::Meta_Function< E >::category
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::Meta_Function< E >::Meta_Function (  )  [inline, protected]

Definition at line 151 of file meta_function.hh.