CXXGraph  0.1.4
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
Public Member Functions | Friends | List of all members
CXXGRAPH::Node< T > Class Template Reference

Public Member Functions

 Node (const unsigned long id, const T &data)
 
const unsigned long & getId () const
 
const T & getData () const
 
bool operator== (const Node< T > &b) const
 
bool operator< (const Node< T > &b) const
 

Friends

std::ostream & operator<< (std::ostream &os, const Node< T > &node)
 

The documentation for this class was generated from the following file: