HPS::OOC::NodeHandle

class HPS.OOC.NodeHandle : public IDisposable

Public Functions

void Dispose ()
bool Empty ()

Check the state of the NodeHandle.

Return

Returns true if this NodeHandle doesn’t exist.

bool Equals (HPS.OOC.NodeHandle other)
override bool Equals (Object obj)
override int GetHashCode ()
HPS.SegmentKey GetSegment ()

Get the SegementKey associated with this node.

Return

Returns the SegmentKey, if any.

HPS.ShellKey GetShell ()

Get the ShellKey associated with this node. This is unsynchronized.

Return

Returns the ShellKey, if any.

Public Static Functions

bool operator!= (HPS.OOC.NodeHandle a, HPS.OOC.NodeHandle b)
bool operator== (HPS.OOC.NodeHandle a, HPS.OOC.NodeHandle b)