MySQL 5.6.14 Source Code Document
|
#include <KeyTable2Ref.hpp>
Public Member Functions | |
KeyTable2Ref (KeyTable2< U, V > &ref) | |
bool | find (Ptr< T > &ptr, Uint32 key) const |
bool | seize (Ptr< T > &ptr) |
void | add (Ptr< T > &ptr) |
void | release (Ptr< T > &ptr) |
KeyTable2 is DLHashTable2 with hardcoded Uint32 key named "key".
Definition at line 28 of file KeyTable2Ref.hpp.