ug4
ug::Hash< TKey, TValue >::Entry Struct Reference

Public Member Functions

 Entry ()
 
 Entry (const key_t &k, const value_t &v)
 

Public Attributes

key_t key
 
size_t next
 
value_t value
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

template<class TKey , class TValue >
ug::Hash< TKey, TValue >::Entry::Entry ( )
inline

◆ Entry() [2/2]

template<class TKey , class TValue >
ug::Hash< TKey, TValue >::Entry::Entry ( const key_t k,
const value_t v 
)
inline

Member Data Documentation

◆ key

template<class TKey , class TValue >
key_t ug::Hash< TKey, TValue >::Entry::key

◆ next

template<class TKey , class TValue >
size_t ug::Hash< TKey, TValue >::Entry::next

◆ value

template<class TKey , class TValue >
value_t ug::Hash< TKey, TValue >::Entry::value

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