![]() |
XII Release 0.1.0
|
HashHelper implementation so view 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 xiiViewHandle &a, const U &b) |
XII_ALWAYS_INLINE xiiUInt32 | Hash (const U &value) |
XII_ALWAYS_INLINE bool | Equal (const xiiViewHandle &a, const U &b) |
Static Public Member Functions | |
static XII_ALWAYS_INLINE xiiUInt32 | Hash (xiiViewHandle value) |
static XII_ALWAYS_INLINE bool | Equal (xiiViewHandle a, xiiViewHandle b) |
static xiiUInt32 | Hash (const U &value) |
static bool | Equal (const xiiViewHandle &a, const U &b) |
HashHelper implementation so view handles can be used as key in a hashtable.