Key

class HPS.Key : public HPS.Object

Subclassed by HPS.GeometryKey, HPS.IncludeKey, HPS.PortfolioKey, HPS.SegmentKey, HPS.ShaderKey, HPS.StyleKey

Public Functions

void Assign (HPS.Key in_that)
HPS.Key CopyTo (HPS.SegmentKey in_destination)
void Delete ()
override void Dispose ()
bool Equals (HPS.Key in_that)
override bool Equals (Object obj)
ulong GetHash ()
override int GetHashCode ()
bool HasOwner ()
Key ()
Key (HPS.Control in_control)
Key (HPS.Key in_that)
void MoveTo (HPS.SegmentKey in_new_owner)
override HPS.Type ObjectType ()
HPS.SegmentKey Owner ()
HPS.SegmentKey Up ()

Public Static Functions

bool operator!= (HPS.Key a, HPS.Key b)
bool operator== (HPS.Key a, HPS.Key b)