#include <hashbitset.h>
Public Member Functions | |
| 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 UInt | 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 | 
| Bool Contains | ( | INT_TYPE | value | ) | const | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  friend | 
      
  | 
  private |