C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
#include <vsn_nodekey.h>
Public Member Functions | |
NodeKey (uint64 customKey) | |
Constructor setting key value. | |
NodeKey () | |
Default constructor. Key value is 0. | |
bool | IsNull () const |
True if key value is 0. | |
bool | operator== (NodeKey other) const |
True if key values are equal. | |
bool | operator!= (NodeKey other) const |
True if key values are not equal. | |
bool | operator< (NodeKey other) const |
True if key value is (<). | |
bool | operator> (NodeKey other) const |
True if key value is (>). | |
uint64 | GetKey () const |
Returns key value. | |
unsigned | ToHash () const |
True if key value is not 0. More... | |
String | ToString () const |
Returns key value as a String. | |
Node unique key.
unsigned VSN::NodeKey::ToHash | ( | ) | const |
True if key value is not 0.
Returns hash value for HashSet & HashMap.