Public Types | Public Member Functions | 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

Public Member Functions

void invalidate ()
 Invalidate the graph.
bool is_valid () const
 Return true if this graph is valid.

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.

Member Typedef Documentation

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

Reimplemented from mln::Object< E >.

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

Constructor & Destructor Documentation

template<typename E >
mln::Graph< E >::Graph (  )  [inline, protected]

Member Function Documentation

template<typename E >
void mln::Graph< E >::invalidate (  )  [inline]

Invalidate the graph.

FIXME: does nothing!

template<typename E >
bool mln::Graph< E >::is_valid (  )  const [inline]

Return true if this graph is valid.

FIXME: currently it always returns true.