CXXGraph  0.0.6
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
CXXGRAPH::Graph< T > Member List

This is the complete list of members for CXXGRAPH::Graph< T >, including all inherited members.

addEdge(const Edge< T > &edge) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
breadth_first_search(const Node< T > &start) constCXXGRAPH::Graph< T >
depth_first_search(const Node< T > &start) constCXXGRAPH::Graph< T >
dijkstra(const Node< T > &source, const Node< T > &target) constCXXGRAPH::Graph< T >
E_OutputFormat enum name (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
getAdjMatrix() const (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
getEdge(unsigned long edgeId) const (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
getEdgeSet() const (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
getNodeSet() const (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
Graph()=default (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
Graph(const std::set< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
isCyclicDirectedGraphBFS() constCXXGRAPH::Graph< T >
isCyclicDirectedGraphDFS() constCXXGRAPH::Graph< T >
isDirectedGraph() constCXXGRAPH::Graph< T >
operator<< (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >friend
operator<< (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >friend
OUT_1 enum value (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
OUT_2 enum value (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
OutputFormat typedef (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
removeEdge(unsigned long edgeId) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
setEdgeSet(std::set< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
STANDARD enum value (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
writeToFile(OutputFormat format=OutputFormat::STANDARD, std::string OFileName="graph.csv", bool compress=false, bool writeNodeFeat=false, bool writeEdgeWeight=false) constCXXGRAPH::Graph< T >
~Graph()=default (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >