![]() |
CXXGraph
0.1.5
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
|
CCXXGRAPH::DialResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
CCXXGRAPH::DijkstraResult_struct | Struct 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_struct | Struct 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 > |