Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_HASH2KEYSSETOF_HPP)
23 #define XERCESC_INCLUDE_GUARD_HASH2KEYSSETOF_HPP
26 #include <xercesc/util/Hashers.hpp>
38 template <
class THasher>
53 template <
class THasher>
67 const THasher& hasher,
77 bool containsKey(
const void*
const key1,
const int key2)
const;
78 void removeKey(
const void*
const key1,
const int key2);
91 void put(
const void* key1,
int key2);
113 void initialize(
const XMLSize_t modulus);
148 template <
class THasher>
156 ,
const bool adopt =
false
214 const void* fLockPrimaryKey;
219 #if !defined(XERCES_TMPLSINC)
220 #include <xercesc/util/Hash2KeysSetOf.c>