Public Types | Protected Member Functions

mln::Graph< E > Struct Template Reference

Base class for implementation of graph classes. More...

#include <graph.hh>

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

List of all members.

Public Types

typedef Graph< void > category
typedef E exact_t

Protected Member Functions

 Graph ()

Detailed Description

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

Base class for implementation of graph classes.

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

Definition at line 57 of file mln/core/concept/graph.hh.


Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

Definition at line 59 of file mln/core/concept/graph.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::Graph< E >::Graph (  )  [inline, protected]

Definition at line 105 of file mln/core/concept/graph.hh.