Public Types | Protected Member Functions

mln::Window< E > Struct Template Reference

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

#include <window.hh>

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

List of all members.

Public Types

typedef Window< void > category
typedef E exact_t

Protected Member Functions

 Window ()

Detailed Description

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

Base class for implementation classes that are windows.

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

Definition at line 87 of file concept/window.hh.


Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

Definition at line 89 of file concept/window.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::Window< E >::Window (  )  [inline, protected]

Definition at line 251 of file concept/window.hh.