HashTable element type if hash codes are not cached.
| TStored | The custom data stored. |
Definition at line 64 of file hashtablebase.inl.
Public Static Field Index: | |
| static constexpr bool | CachedHashCodes = 0 |
| Denotes that hash codes are not cached. | |
Public Field Index: | |
| TStored | value |
| The custom data stored in nodes of this table. | |
Public Field Index: inherited from alib::lang::SidiNodeBase< HTElementUncached< TStored > > | |
| HTElementUncached< TStored > * | n |
Public Method Index: | |
| void | fixHashCode (size_t pHashCode) |
| size_t | getCached () |
Public Method Index: inherited from alib::lang::SidiNodeBase< HTElementUncached< TStored > > | |
| SidiNodeBase () noexcept=default | |
| Default constructor. (Does not initialize the pointer.) | |
| SidiNodeBase (const SidiNodeBase &)=delete | |
| SidiNodeBase (HTElementUncached< TStored > *next) noexcept | |
| SidiNodeBase (SidiNodeBase &&) noexcept=default | |
| Defaulted move constructor. | |
| HTElementUncached< TStored > * | addBehind (HTElementUncached< TStored > *elem) noexcept |
| integer | count (SidiNodeBase *end=nullptr) const noexcept |
| bool | hasNext () const |
| HTElementUncached< TStored > * | next () const |
| void | next (SidiNodeBase *p) |
| SidiNodeBase & | operator= (const SidiNodeBase &)=delete |
| SidiNodeBase & | operator= (SidiNodeBase &&) noexcept=default |
| bool | pointsTo (const SidiNodeBase *elem) const |
| HTElementUncached< TStored > * | removeNext () noexcept |
| HTElementUncached< TStored > * | removeRangeBehind (HTElementUncached< TStored > *last) noexcept |
|
staticconstexpr |
Denotes that hash codes are not cached.
Definition at line 67 of file hashtablebase.inl.
| TStored alib::containers::detail::HTElementUncached< TStored >::value |
The custom data stored in nodes of this table.
Definition at line 70 of file hashtablebase.inl.
|
inline |
Does nothing, parameter ignored.
| pHashCode | Ignored |
Definition at line 74 of file hashtablebase.inl.
|
inline |