#include <NodeData.h>
Inheritance diagram for SupportsNodeState:

Public Types | |
| enum | NodeState |
| Represents the state of a node. | |
Public Member Functions | |
| SupportsNodeState () | |
| Constructor. | |
Protected Member Functions | |
| ~SupportsNodeState () | |
| Protected destructor since this is a policy class. | |
| const char * | getState () const |
| Convert the NodeState enum to a c-string. | |
Protected Attributes | |
| NodeState | state_ |
|
|
Convert the NodeState enum to a c-string.
|
|
|
The state of this object |
1.4.6