#include <hash_set.h>
Inheritance diagram for Hash::hash_set< _Key, _HashFcn, _EqualKey >:
_Key: hash key type _HashFcn: functional class providing a hash function: size_type (_Key) _EqualKey: functional class providing a comparison function: bool(_Key, _Key) returns true iff two keys are considered to be equal
Definition at line 78 of file hash_set.h.
typedef hash_table<_Key, _Key, _HashFcn, _EqualKey, _Identity<_Key> > Hash::hash_set< _Key, _HashFcn, _EqualKey >::_hash_table [protected] |
typedef _hash_table::size_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::size_type |
Definition at line 86 of file hash_set.h.
typedef _hash_table::key_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::key_type |
Definition at line 87 of file hash_set.h.
typedef _hash_table::value_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::value_type |
Definition at line 88 of file hash_set.h.
typedef _hash_table::hasher Hash::hash_set< _Key, _HashFcn, _EqualKey >::hasher |
Definition at line 89 of file hash_set.h.
typedef _hash_table::key_equal Hash::hash_set< _Key, _HashFcn, _EqualKey >::key_equal |
Definition at line 90 of file hash_set.h.
typedef _hash_table::iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::iterator |
Definition at line 94 of file hash_set.h.
typedef _hash_table::const_iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::const_iterator |
Definition at line 95 of file hash_set.h.
Hash::hash_set< _Key, _HashFcn, _EqualKey >::hash_set | ( | ) | [inline] |
Hash::hash_set< _Key, _HashFcn, _EqualKey >::hash_set | ( | size_type | initial_capacity | ) | [inline] |
Definition at line 117 of file hash_set.h.
Hash::hash_set< _Key, _HashFcn, _EqualKey >::hash_set | ( | size_type | initial_capacity, | |
const _HashFcn & | hash | |||
) | [inline] |
Definition at line 122 of file hash_set.h.
Hash::hash_set< _Key, _HashFcn, _EqualKey >::hash_set | ( | size_type | initial_capacity, | |
const _HashFcn & | hash, | |||
const _EqualKey & | equal | |||
) | [inline] |
Definition at line 127 of file hash_set.h.
Hash::hash_set< _Key, _HashFcn, _EqualKey >::hash_set | ( | const hash_set< _Key, _HashFcn, _EqualKey > & | other | ) | [inline] |
Definition at line 133 of file hash_set.h.
hash_set& Hash::hash_set< _Key, _HashFcn, _EqualKey >::operator= | ( | const hash_set< _Key, _HashFcn, _EqualKey > & | other | ) | [inline] |
Definition at line 138 of file hash_set.h.
void Hash::hash_set< _Key, _HashFcn, _EqualKey >::swap | ( | hash_set< _Key, _HashFcn, _EqualKey > & | other | ) | [inline] |
Definition at line 146 of file hash_set.h.
void Hash::hash_set< _Key, _HashFcn, _EqualKey >::clear | ( | ) | [inline] |
Definition at line 151 of file hash_set.h.
Referenced by CVC3::ExprManager::clear(), and CVC3::VariableManager::~VariableManager().
iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::find | ( | const key_type & | key | ) | [inline] |
operations
Definition at line 161 of file hash_set.h.
Referenced by CVC3::ExprManager::newExprValue(), CVC3::VariableManager::newVariableValue(), and CVC3::ExprManager::rebuildRec().
const_iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::find | ( | const key_type & | key | ) | const [inline] |
Definition at line 166 of file hash_set.h.
std::pair<iterator, bool> Hash::hash_set< _Key, _HashFcn, _EqualKey >::insert | ( | const value_type & | entry | ) | [inline] |
Definition at line 173 of file hash_set.h.
Referenced by CVC3::ExprManager::installExprValue(), CVC3::ExprManager::newExprValue(), CVC3::ExprManager::newKind(), CVC3::VariableManager::newVariableValue(), CVC3::ExprManager::rebuildRec(), and MiniSat::Derivation::registerInputClause().
size_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::erase | ( | const key_type & | key | ) | [inline] |
Definition at line 180 of file hash_set.h.
Referenced by CVC3::VariableManager::gc(), CVC3::ExprManager::gc(), and MiniSat::Derivation::pop().
bool Hash::hash_set< _Key, _HashFcn, _EqualKey >::contains | ( | const key_type & | key | ) | const [inline] |
status
Definition at line 189 of file hash_set.h.
Referenced by MiniSat::Derivation::checkDerivation(), and MiniSat::Derivation::printDerivation().
size_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::count | ( | const _Key & | key | ) | const [inline] |
Definition at line 195 of file hash_set.h.
bool Hash::hash_set< _Key, _HashFcn, _EqualKey >::empty | ( | ) | const [inline] |
Definition at line 200 of file hash_set.h.
size_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::size | ( | ) | const [inline] |
size_type Hash::hash_set< _Key, _HashFcn, _EqualKey >::bucket_count | ( | ) | const [inline] |
Definition at line 210 of file hash_set.h.
float Hash::hash_set< _Key, _HashFcn, _EqualKey >::load_factor | ( | ) | const [inline] |
Definition at line 215 of file hash_set.h.
iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::begin | ( | ) | [inline] |
iterators
Definition at line 224 of file hash_set.h.
Referenced by CVC3::ExprManager::clear(), and CVC3::VariableManager::~VariableManager().
const_iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::begin | ( | ) | const [inline] |
Definition at line 229 of file hash_set.h.
iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::end | ( | ) | [inline] |
Definition at line 235 of file hash_set.h.
Referenced by CVC3::ExprManager::clear(), CVC3::ExprManager::newExprValue(), CVC3::VariableManager::newVariableValue(), CVC3::ExprManager::rebuildRec(), and CVC3::VariableManager::~VariableManager().
const_iterator Hash::hash_set< _Key, _HashFcn, _EqualKey >::end | ( | ) | const [inline] |
Definition at line 240 of file hash_set.h.
_hash_table Hash::hash_set< _Key, _HashFcn, _EqualKey >::d_table [protected] |
variables
Definition at line 103 of file hash_set.h.
Referenced by Hash::hash_set< int >::begin(), Hash::hash_set< int >::bucket_count(), Hash::hash_set< int >::clear(), Hash::hash_set< int >::contains(), Hash::hash_set< int >::count(), Hash::hash_set< int >::empty(), Hash::hash_set< int >::end(), Hash::hash_set< int >::erase(), Hash::hash_set< int >::find(), Hash::hash_set< int >::insert(), Hash::hash_set< int >::load_factor(), Hash::hash_set< int >::operator=(), Hash::hash_set< int >::size(), and Hash::hash_set< int >::swap().