#include <XFuStringKey.h>
Public Member Functions | |
XFuStringKey () | |
Default constructor. | |
XFuStringKey (const CHAR *aKey) | |
Constructor. | |
XFuStringKey (const XFuStringKey &aKey) | |
Copy constructor. | |
XFuStringKey & | operator= (const XFuStringKey &aKey) |
Overloaded assignment operator. | |
virtual | ~XFuStringKey () |
Destructor. | |
void | init (const CHAR *aKey) |
Initializer. | |
Public Attributes | |
CHAR * | mKey |
Key value. | |
UINT32 | mHashCode |
Hash code. | |
Protected Attributes | |
CHAR | mData [XFUSTRINGKEY_DATASIZE] |
UINT8 | mUsingData |
|
Default constructor.
Definition at line 17 of file XFuStringKey.cpp. References mHashCode, mKey, and mUsingData. |
|
Constructor.
Definition at line 25 of file XFuStringKey.cpp. References init(). |
|
Copy constructor.
Definition at line 31 of file XFuStringKey.cpp. |
|
Destructor.
Definition at line 79 of file XFuStringKey.cpp. References mKey, and mUsingData. |
|
Initializer.
Definition at line 44 of file XFuStringKey.cpp. References mData, mHashCode, mKey, mUsingData, and XFUSTRINGKEY_DATASIZE. Referenced by operator=(), and XFuStringKey(). |
|
Overloaded assignment operator.
Definition at line 37 of file XFuStringKey.cpp. |
|
Definition at line 53 of file XFuStringKey.h. Referenced by init(). |
|
Hash code.
Definition at line 49 of file XFuStringKey.h. Referenced by init(), and XFuStringKey(). |
|
Key value.
Definition at line 46 of file XFuStringKey.h. Referenced by init(), operator=(), XFuStringKey(), and ~XFuStringKey(). |
|
Definition at line 54 of file XFuStringKey.h. Referenced by init(), XFuStringKey(), and ~XFuStringKey(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |