SObjectInfo Hash and Comparison Traits. More...
#include <SObjectFactory.h>
Static Public Member Functions | |
| static ULONG | Hash (INARGTYPE objInfo) |
| Computes the hash value for an SObjectInfo. | |
| static bool | CompareElements (INARGTYPE obj1, INARGTYPE obj2) |
| Compares two SObjectInfo structures. | |
SObjectInfo Hash and Comparison Traits.
Description: Provides hash and comparison functions for SObjectInfo used in the factory map.
Definition at line 46 of file SObjectFactory.h.
|
inlinestatic |
Compares two SObjectInfo structures.
| obj1 | First object information structure. |
| obj2 | Second object information structure. |
Definition at line 66 of file SObjectFactory.h.
|
inlinestatic |
Computes the hash value for an SObjectInfo.
| objInfo | Object information structure. |
Definition at line 53 of file SObjectFactory.h.