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

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

getData() const (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >
getId() const (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >
Node(const unsigned long id, const T &data) (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >
operator<(const Node< T > &b) const (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >
operator<< (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >friend
operator==(const Node< T > &b) const (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >
~Node()=default (defined in CXXGRAPH::Node< T >)CXXGRAPH::Node< T >