CXXGraph  0.1.5
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NCXXGRAPH
 CNode
 CEdge
 CDirectedEdge
 CUndirectedEdge
 CDirectedWeightedEdge
 CUndirectedWeightedEdge
 CGraphClass that implement the Graph. ( This class is not Thread Safe )
 CPartition
 CWriter
 CReader
 CDijkstraResult_structStruct that contains the information about Dijsktra's Algorithm results
 CDialResult_structStruct that contains the information about Dijsktra's Algorithm results
 CPartitioningStats_structStruct that contains the information about the partitioning statistics
 CWeighted
 CThreadSafe
 CGraph_TSClass that implement the Thread Safe Graph