LMMS
Loading...
Searching...
No Matches
water::HashMap< KeyType, ValueType, HashFunctionType >::HashEntry Class Reference

Public Member Functions

 HashEntry (KeyTypeParameter k, ValueTypeParameter val, HashEntry *const next)

Public Attributes

const KeyType key
ValueType value
HashEntrynextEntry

Constructor & Destructor Documentation

◆ HashEntry()

template<typename KeyType, typename ValueType, class HashFunctionType = DefaultHashFunctions>
water::HashMap< KeyType, ValueType, HashFunctionType >::HashEntry::HashEntry ( KeyTypeParameter k,
ValueTypeParameter val,
HashEntry *const next )
inline

Member Data Documentation

◆ key

template<typename KeyType, typename ValueType, class HashFunctionType = DefaultHashFunctions>
const KeyType water::HashMap< KeyType, ValueType, HashFunctionType >::HashEntry::key

◆ nextEntry

template<typename KeyType, typename ValueType, class HashFunctionType = DefaultHashFunctions>
HashEntry* water::HashMap< KeyType, ValueType, HashFunctionType >::HashEntry::nextEntry

◆ value

template<typename KeyType, typename ValueType, class HashFunctionType = DefaultHashFunctions>
ValueType water::HashMap< KeyType, ValueType, HashFunctionType >::HashEntry::value

The documentation for this class was generated from the following file: