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

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

Protected Member Functions

 Object ()

Public Types

typedef Object< void > category
typedef E exact_t

Detailed Description

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

Base class for almost every class defined in Milena.

The parameter E is the exact type.

Definition at line 103 of file object.hh.

Constructor & Destructor Documentation

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

Member Typedef Documentation

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

Definition at line 106 of file object.hh.

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

Definition at line 105 of file object.hh.