DirectedGraph.h File Reference

This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only. More...

#include "../Config.h"
#include "Graph.h"
#include <vector>

Go to the source code of this file.

Classes

class  te::graph::DirectedGraph
 This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::graph
 

Detailed Description

This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only.

Definition in file DirectedGraph.h.