soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
CElementTraits< SObjectInfo > Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ CompareElements()

static bool CElementTraits< SObjectInfo >::CompareElements ( INARGTYPE obj1,
INARGTYPE obj2 )
inlinestatic

Compares two SObjectInfo structures.

Parameters
obj1First object information structure.
obj2Second object information structure.
Returns
TRUE if the structures are equal, FALSE otherwise.

Definition at line 66 of file SObjectFactory.h.

◆ Hash()

static ULONG CElementTraits< SObjectInfo >::Hash ( INARGTYPE objInfo)
inlinestatic

Computes the hash value for an SObjectInfo.

Parameters
objInfoObject information structure.
Returns
Hash value.

Definition at line 53 of file SObjectFactory.h.


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