CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
This is the complete list of members for CXXGRAPH::Edge< T >, including all inherited members.
Edge(const unsigned long long id, const Node< T > &node1, const Node< T > &node2) (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | |
Edge(const unsigned long long id, const std::pair< const Node< T > *, const Node< T > * > &nodepair) (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | |
getId() const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | |
getNodePair() const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | |
isDirected() const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | virtual |
isWeighted() const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | virtual |
operator<(const Edge< T > &b) const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | |
operator<< (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | friend |
operator==(const Edge< T > &b) const (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | virtual |
~Edge()=default (defined in CXXGRAPH::Edge< T >) | CXXGRAPH::Edge< T > | virtual |