class node
More...
#include <Node.h>
List of all members.
Public Attributes |
unsigned int | id |
Detailed Description
Constructor & Destructor Documentation
tlp::node::node |
( |
unsigned int |
j | ) |
|
|
inlineexplicit |
Member Function Documentation
bool tlp::node::isValid |
( |
| ) |
const |
|
inline |
tlp::node::operator unsigned int |
( |
| ) |
const |
|
inline |
bool tlp::node::operator!= |
( |
const node |
n | ) |
const |
|
inline |
bool tlp::node::operator== |
( |
const node |
n | ) |
const |
|
inline |
Member Data Documentation
unsigned int tlp::node::id |
|