#include <TestNode.h>
Public Member Functions | |
TestNode (int i) | |
~TestNode () | |
void | Print () const |
Private Attributes | |
int | node |
Friends | |
bool | operator< (const TestNode &lhs, const TestNode &rhs) |
bool | operator== (const TestNode &lhs, const TestNode &rhs) |
|
Definition at line 16 of file TestNode.h. |
|
Definition at line 17 of file TestNode.h. |
|
Definition at line 26 of file TestNode.h. |
|
Definition at line 19 of file TestNode.h. |
|
Definition at line 22 of file TestNode.h. |
|
Definition at line 29 of file TestNode.h. |