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

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

Static Public Member Functions

static const E & the ()

Protected Member Functions

 Literal ()

Public Types

typedef Literal< void > category
typedef E exact_t

Detailed Description

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

Base class for implementation classes of literals.

Definition at line 58 of file literal.hh.

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename E>
static const E& mln::Literal< E >::the ( )
static

Member Typedef Documentation

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

Definition at line 60 of file literal.hh.

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

Definition at line 105 of file object.hh.