Public Types | Protected Member Functions

mln::Value< E > Struct Template Reference

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

#include <value.hh>

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

List of all members.

Public Types

typedef Value< void > category
typedef E exact_t

Protected Member Functions

 Value ()

Detailed Description

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

Base class for implementation classes of values.

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

Definition at line 57 of file core/concept/value.hh.


Member Typedef Documentation

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

Definition at line 78 of file core/concept/value.hh.