CXXGraph  0.1.6
CXXGraph is a header only, that manages the Graphs 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::PARTITIONING::Globals
 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::PARTITIONING::Partition< T >
 CCXXGRAPH::Node< T >
 CCXXGRAPH::PARTITIONING::Partitioner< T >
 CCXXGRAPH::PARTITIONING::PartitionerThread< T >
 CCXXGRAPH::PARTITIONING::PartitioningStats
 CCXXGRAPH::PARTITIONING::PartitionState< T >
 CCXXGRAPH::PARTITIONING::CoordinatedPartitionState< T >
 CCXXGRAPH::PARTITIONING::PartitionStrategy< T >
 CCXXGRAPH::PARTITIONING::HDRF< T >
 CCXXGRAPH::Reader< T >
 CCXXGRAPH::PARTITIONING::Record< T >
 CCXXGRAPH::PARTITIONING::CoordinatedRecord< T >
 CCXXGRAPH::Runnable
 CCXXGRAPH::ThreadSafe
 CCXXGRAPH::Graph_TS< T >Class that implement the Thread Safe Graph
 CCXXGRAPH::Weighted
 CCXXGRAPH::DirectedWeightedEdge< T >
 CCXXGRAPH::UndirectedWeightedEdge< T >
 CCXXGRAPH::Writer< T >