Public Types | Protected Member Functions

mln::Site< E > Struct Template Reference

Base class for classes that are explicitly sites. More...

#include <site.hh>

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

List of all members.

Public Types

typedef Site< void > category
typedef E exact_t

Protected Member Functions

 Site ()

Detailed Description

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

Base class for classes that are explicitly sites.

Definition at line 55 of file site.hh.


Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

Reimplemented in mln::Gpoint< E >, mln::Gpoint< point< G, C > >, and mln::Gpoint< point< grid::hexa, def::coord > >.

Definition at line 57 of file site.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::Site< E >::Site (  )  [inline, protected]

Definition at line 68 of file site.hh.