All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Namespaces
digraph.h File Reference
#include <lemon/core.h>
#include <lemon/concepts/maps.h>
#include <lemon/concept_check.h>
#include <lemon/concepts/graph_components.h>

Classes

class  Digraph
 Class describing the concept of directed graphs. More...
 
class  Digraph::Node
 The node type of the digraph. More...
 
class  Digraph::NodeIt
 Iterator class for the nodes. More...
 
class  Digraph::Arc
 The arc type of the digraph. More...
 
class  Digraph::OutArcIt
 Iterator class for the outgoing arcs of a node. More...
 
class  Digraph::InArcIt
 Iterator class for the incoming arcs of a node. More...
 
class  Digraph::ArcIt
 Iterator class for the arcs. More...
 
class  Digraph::NodeMap< T >
 Standard graph map type for the nodes. More...
 
class  Digraph::ArcMap< T >
 Standard graph map type for the arcs. More...
 

Namespaces

 lemon
 The namespace of LEMON.
 
 lemon::concepts
 The namespace of LEMON concepts and concept checking classes.