Public Types | Static Public Member Functions | Protected Member Functions

mln::Literal< E > Struct Template Reference

Base class for implementation classes of literals. More...

#include <literal.hh>

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

List of all members.

Public Types

typedef Literal< void > category
typedef E exact_t

Static Public Member Functions

static const E & the ()

Protected Member Functions

 Literal ()

Detailed Description

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

Base class for implementation classes of literals.

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

Definition at line 56 of file literal.hh.


Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

Definition at line 58 of file literal.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::Literal< E >::Literal (  )  [inline, protected]

Definition at line 72 of file literal.hh.


Member Function Documentation

template<typename E >
const E & mln::Literal< E >::the (  )  [inline, static]

Definition at line 79 of file literal.hh.