![]() |
XII Release 0.1.0
|
HashHelper implementation so component handles can be used as key in a hashtable. More...
#include <Declarations.h>
Public Member Functions | |
XII_ALWAYS_INLINE xiiUInt32 | Hash (const U &value) |
XII_ALWAYS_INLINE bool | Equal (const xiiComponentHandle &a, const U &b) |
XII_ALWAYS_INLINE xiiUInt32 | Hash (const U &value) |
XII_ALWAYS_INLINE bool | Equal (const xiiComponentHandle &a, const U &b) |
Static Public Member Functions | |
static XII_ALWAYS_INLINE xiiUInt32 | Hash (xiiComponentHandle value) |
static XII_ALWAYS_INLINE bool | Equal (xiiComponentHandle a, xiiComponentHandle b) |
static xiiUInt32 | Hash (const U &value) |
static bool | Equal (const xiiComponentHandle &a, const U &b) |
HashHelper implementation so component handles can be used as key in a hashtable.