MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DLHashTable< T, U > Class Template Reference
Inheritance diagram for DLHashTable< T, U >:
Collaboration diagram for DLHashTable< T, U >:

Public Member Functions

 DLHashTable (ArrayPool< T > &p)
- Public Member Functions inherited from DLHashTableImpl< ArrayPool< T >, T, U >
 DLHashTableImpl (ArrayPool< T > &thePool)
bool setSize (Uint32 noOfElements)
bool seize (Ptr< T > &)
void add (Ptr< T > &)
bool find (Ptr< T > &, const T &key) const
void getPtr (Ptr< T > &, Uint32 i) const
void getPtr (Ptr< T > &) const
T * getPtr (Uint32 i) const
void getPtr (Iterator &iter) const
void remove (Ptr< T > &, const T &key)
void remove (Uint32 i)
void remove (Ptr< T > &)
void removeAll ()
void release (Uint32 i)
void release (Ptr< T > &)
bool first (Iterator &iter) const
bool next (Iterator &iter) const
bool next (Uint32 bucket, Iterator &iter) const

Detailed Description

template<typename T, typename U = T>
class DLHashTable< T, U >

Definition at line 521 of file DLHashTable.hpp.


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