Type used by HashTableBase::Element if hash codes are not cached.
Definition at line 120 of file hashtablebase.inl.
Public Static Fields | |
static constexpr bool | CachedHashCodes = 0 |
Public Fields | |
union { | |
TStored value | |
The value as seen internally. | |
T valueExternal | |
The value as seen externally. | |
}; | |
![]() | |
HashTableElementUncached< T, TStored > * | pnext |
Public Methods | |
~HashTableElementUncached ()=delete | |
void | destruct () |
void | fixHashCode (size_t pHashCode) |
size_t | getCached () |
![]() | |
SidiNodeBase () noexcept=default | |
SidiNodeBase (const SidiNodeBase &)=delete | |
SidiNodeBase (HashTableElementUncached< T, TStored > *next) noexcept | |
SidiNodeBase (SidiNodeBase &&) noexcept=default | |
HashTableElementUncached< T, TStored > * | addBehind (HashTableElementUncached< T, TStored > *elem) |
integer | count (SidiNodeBase *end=nullptr) const |
bool | hasNext () const |
HashTableElementUncached< T, TStored > * | next () const |
void | next (SidiNodeBase *p) |
SidiNodeBase & | operator= (const SidiNodeBase &)=delete |
SidiNodeBase & | operator= (SidiNodeBase &&) noexcept=default |
bool | pointsTo (const SidiNodeBase *elem) const |
HashTableElementUncached< T, TStored > * | removeNext () |
HashTableElementUncached< T, TStored > * | removeRangeBehind (HashTableElementUncached< T, TStored > *last) |
|
delete |
Deleted default constructor. (Needed to avoid warning with msc).
|
inline |
Invokes the destructor of templated custom member TStored.
Definition at line 145 of file hashtablebase.inl.
|
inline |
Does nothing, parameter ignored.
pHashCode | Ignored |
Definition at line 138 of file hashtablebase.inl.
|
inline |
union { ... } |
The custom data stored in nodes of this table.
|
staticconstexpr |
TMP constant that denotes that hash codes are not cached.
Definition at line 126 of file hashtablebase.inl.