Template specialization for SkinKey to provide hash and comparison functions. More...
#include <SSkinPool.h>
Static Public Member Functions | |
static ULONG | Hash (INARGTYPE skinKey) |
Computes the hash value for a SkinKey. | |
static bool | CompareElements (INARGTYPE element1, INARGTYPE element2) |
Compares two SkinKey objects for equality. | |
static int | CompareElementsOrdered (INARGTYPE element1, INARGTYPE element2) |
Compares two SkinKey objects in ordered manner. | |
Template specialization for SkinKey to provide hash and comparison functions.
Definition at line 85 of file SSkinPool.h.
|
inlinestatic |
Compares two SkinKey objects for equality.
Definition at line 106 of file SSkinPool.h.
|
inlinestatic |
Compares two SkinKey objects in ordered manner.
Definition at line 117 of file SSkinPool.h.
|
inlinestatic |
Computes the hash value for a SkinKey.
skinKey | SkinKey object. |
Definition at line 92 of file SSkinPool.h.