C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VSN::NodeKey Class Reference

Node unique key. More...

#include <vsn_nodekey.h>

+ Collaboration diagram for VSN::NodeKey:

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.
 

Detailed Description

Node unique key.

Member Function Documentation

◆ ToHash()

unsigned VSN::NodeKey::ToHash ( ) const

True if key value is not 0.

Returns hash value for HashSet & HashMap.


The documentation for this class was generated from the following file: