CXXGraph  0.1.5
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CCXXGRAPH::DialResult_structStruct that contains the information about Dijsktra's Algorithm results
 CCXXGRAPH::DijkstraResult_structStruct that contains the information about Dijsktra's Algorithm results
 CCXXGRAPH::Edge< T >
 CCXXGRAPH::DirectedEdge< T >
 CCXXGRAPH::DirectedWeightedEdge< T >
 CCXXGRAPH::UndirectedEdge< T >
 CCXXGRAPH::UndirectedWeightedEdge< T >
 CCXXGRAPH::Graph< T >Class that implement the Graph. ( This class is not Thread Safe )
 CCXXGRAPH::Graph_TS< T >Class that implement the Thread Safe Graph
 CCXXGRAPH::Partition< T >
 CCXXGRAPH::Node< T >
 CCXXGRAPH::PartitioningStats_structStruct that contains the information about the partitioning statistics
 CCXXGRAPH::Reader< T >
 CCXXGRAPH::ThreadSafe
 CCXXGRAPH::Graph_TS< T >Class that implement the Thread Safe Graph
 CCXXGRAPH::Weighted
 CCXXGRAPH::DirectedWeightedEdge< T >
 CCXXGRAPH::UndirectedWeightedEdge< T >
 CCXXGRAPH::Writer< T >