Public Types | Public Member Functions | Protected Member Functions

mln::Browsing< E > Struct Template Reference

Base class for implementation classes that are browsings. More...

#include <browsing.hh>

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

List of all members.

Public Types

typedef Browsing< void > category
typedef E exact_t

Public Member Functions

void final ()
void init ()

Protected Member Functions

 Browsing ()

Detailed Description

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

Base class for implementation classes that are browsings.

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

Definition at line 56 of file browsing.hh.


Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

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

Definition at line 72 of file browsing.hh.


Member Function Documentation

template<typename E >
void mln::Browsing< E >::final (  )  [inline]

Definition at line 84 of file browsing.hh.

template<typename E >
void mln::Browsing< E >::init (  )  [inline]

Definition at line 78 of file browsing.hh.