VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtSystemHashKey Class Reference

Instances of DtSystemHashKey are used as hash keys for an emitter system. More...

+ Inheritance diagram for DtSystemHashKey:
+ Collaboration diagram for DtSystemHashKey:

Public Member Functions

 DtSystemHashKey ()
 default constructor - generally should not be called More...
 
 DtSystemHashKey (const DtGlobalObjectDesignator &id, int systemId)
 default constructor More...
 
virtual ~DtSystemHashKey ()
 destructor More...
 
 DtSystemHashKey (const DtSystemHashKey &orig)
 copy constructor More...
 
DtSystemHashKeyoperator= (const DtSystemHashKey &orig)
 assignment operator More...
 
virtual DtBaseHashKeyclone () const
 Make a copy of this hash key. More...
 
virtual int value () const
 Get hash key value. More...
 
virtual DtHashKeyType hashKeyType () const
 Get the type of HashKey. More...
 
virtual const DtString stringRep () const
 Get the string representation of this key. More...
 
- Public Member Functions inherited from DtBaseHashKey
 DtBaseHashKey ()
 default constructor More...
 
virtual ~DtBaseHashKey ()
 destructor More...
 
 DtBaseHashKey (const DtBaseHashKey &orig)
 copy constructor More...
 
DtBaseHashKeyoperator= (const DtBaseHashKey &orig)
 assignment operator More...
 
virtual bool operator== (const DtBaseHashKey &other) const
 equality operator More...
 
virtual bool operator!= (const DtBaseHashKey &other) const
 equality operator More...
 
virtual DtU32 hashValue () const
 Get the hashed value for this key. More...
 
virtual bool equalTo (const DtBaseHashKey &otherKey) const
 Subclasses may override this to provide an optimized comparison between two keys. More...
 

Protected Member Functions

virtual DtU64 computeHashValue ()
 Compute the hashed value for this key. More...
 

Protected Attributes

DtGlobalObjectDesignatorHashKey myDesHashKey
 
int mySystemId
 
- Protected Attributes inherited from DtBaseHashKey
bool myHashValueIsComputed
 myHashValueIsComputed is modified in hashValue() More...
 
DtU32 myHashValue
 myHashValue is modified in the const function hashValue() More...
 

Detailed Description

Instances of DtSystemHashKey are used as hash keys for an emitter system.

Constructor & Destructor Documentation

DtSystemHashKey::DtSystemHashKey ( )

default constructor - generally should not be called

DtSystemHashKey::DtSystemHashKey ( const DtGlobalObjectDesignator id,
int  systemId 
)

default constructor

virtual DtSystemHashKey::~DtSystemHashKey ( )
virtual

destructor

DtSystemHashKey::DtSystemHashKey ( const DtSystemHashKey orig)

copy constructor

Member Function Documentation

virtual DtBaseHashKey* DtSystemHashKey::clone ( ) const
virtual

Make a copy of this hash key.

Implements DtBaseHashKey.

virtual DtU64 DtSystemHashKey::computeHashValue ( )
protectedvirtual

Compute the hashed value for this key.

Implements DtBaseHashKey.

virtual DtHashKeyType DtSystemHashKey::hashKeyType ( ) const
inlinevirtual

Get the type of HashKey.

Reimplemented from DtBaseHashKey.

References DtSystemHashKeyType.

DtSystemHashKey& DtSystemHashKey::operator= ( const DtSystemHashKey orig)

assignment operator

virtual const DtString DtSystemHashKey::stringRep ( ) const
virtual

Get the string representation of this key.

Implements DtBaseHashKey.

virtual int DtSystemHashKey::value ( ) const
virtual

Get hash key value.

Member Data Documentation

DtGlobalObjectDesignatorHashKey DtSystemHashKey::myDesHashKey
protected
int DtSystemHashKey::mySystemId
protected

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

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)