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

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

Public Member Functions

void final ()
void init ()

Protected Member Functions

 Browsing ()

Public Types

typedef Browsing< void > category
typedef E exact_t

Detailed Description

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

Base class for implementation classes that are browsings.

Definition at line 58 of file browsing.hh.

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename E>
void mln::Browsing< E >::final ( )
template<typename E>
void mln::Browsing< E >::init ( )

Member Typedef Documentation

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

Definition at line 60 of file browsing.hh.

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

Definition at line 105 of file object.hh.