HashBitSet< BASE_SET, INT_TYPE > Class Template Reference Data Structures
#include <hashbitset.h>
公共成员函数 |
|
Result < void > | Insert (INT_TYPE value, Bool &added) |
Bool | Contains (INT_TYPE value) const |
Private Types |
|
using | Map = HashMap < INT_TYPE, BASE_SET, HashBitSet > |
Static Private Member Functions |
|
static HashInt | GetHashCode (INT_TYPE key) |
static Bool | IsEqual (INT_TYPE a, INT_TYPE b) |
Private Attributes |
|
Map | _baseSets |
Friends |
|
class | HashMap< INT_TYPE, BASE_SET, HashBitSet > |
|
private |
Result <void> Insert | ( | INT_TYPE | value , |
Bool & | added | ||
) |
Bool Contains | ( | INT_TYPE | value | ) | const |
|
static private |
|
static private |
|
friend |
|
private |