Public Types | |
typedef Proud::RefCount< T > | Type |
typedef const Type & | INARGTYPE |
typedef Type & | OUTARGTYPE |
Static Public Member Functions | |
static uint32_t | Hash (INARGTYPE a) |
static bool | CompareElements (INARGTYPE element1, INARGTYPE element2) |
static int | CompareElementsOrdered (INARGTYPE element1, INARGTYPE element2) |
It is convenient to use this type as Traits in order to use RefCount object as key of CFastMap or CFastSet.
|
inlinestatic |
' Compare two elements
element1 | First element to be compared |
element2 | Second element to be compared |
|
inlinestatic |
Compare two elements
element1 | First element to be compared |
element2 | Second element to be compared |