CXXGraph  0.1.3
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
 CGraph
 CPartition
 CDijkstraResult_structStruct that contains the information about Dijsktra's Algorithm results
 CPartitioningStats_structStruct that contains the information about the partitioning statistics
 CWeighted