|
ACE
6.1.2
|
Holds the MAC-address of the UUID. More...
#include <UUID.h>
Public Types | |
| enum | { NODE_ID_SIZE = 6 } |
| Size of the node in bytes. More... | |
| typedef u_char | Node_ID [NODE_ID_SIZE] |
| Type definition of the node. | |
Public Member Functions | |
| Node_ID & | node_ID (void) |
| Get the node id. | |
| const Node_ID & | node_ID (void) const |
| bool | operator== (const UUID_Node &right) const |
| Test for equality. | |
| bool | operator!= (const UUID_Node &right) const |
| Test for inequality. | |
Private Attributes | |
| Node_ID | node_ID_ |
| The value of the node id. | |
Holds the MAC-address of the UUID.
| typedef u_char ACE_Utils::UUID_Node::Node_ID[NODE_ID_SIZE] |
Type definition of the node.
|
inline |
Get the node id.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
Test for inequality.
|
inline |
Test for equality.
The value of the node id.
1.8.0-20120409