MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
KeyTable (ArrayPool< T > &p) | |
Public Member Functions inherited from KeyTableImpl< ArrayPool< T >, T > | |
KeyTableImpl (ArrayPool< T > &pool) | |
bool | find (Ptr< T > &ptr, const T &rec) const |
bool | find (Ptr< T > &ptr, Uint32 key) const |
Public Member Functions inherited from DLHashTableImpl< ArrayPool< T >, T > | |
DLHashTableImpl (ArrayPool< T > &thePool) | |
bool | setSize (Uint32 noOfElements) |
bool | seize (Ptr< T > &) |
void | add (Ptr< T > &) |
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 |
Definition at line 48 of file KeyTable.hpp.