|
Krita Source Code Documentation
|
#include <map_traits.h>
Public Types | |
| typedef quint32 | Hash |
| typedef T | Key |
Static Public Member Functions | |
| static Key | dehash (Hash hash) |
| static Hash | hash (T key) |
Static Public Attributes | |
| static const Hash | NullHash = Hash(0) |
| static const Key | NullKey = Key(0) |
Definition at line 55 of file map_traits.h.
| typedef quint32 DefaultKeyTraits< T >::Hash |
Definition at line 57 of file map_traits.h.
| typedef T DefaultKeyTraits< T >::Key |
Definition at line 56 of file map_traits.h.
|
inlinestatic |
Definition at line 66 of file map_traits.h.
References deavalanche(), and DefaultKeyTraits< T >::hash().
|
inlinestatic |
|
static |
Definition at line 59 of file map_traits.h.
|
static |
Definition at line 58 of file map_traits.h.