MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
SLList (ArrayPool< T > &p) | |
Public Member Functions inherited from SLListImpl< ArrayPool< T >, T, U > | |
SLListImpl (ArrayPool< T > &thePool) | |
bool | seize (Ptr< T > &) |
bool | seizeId (Ptr< T > &, Uint32 i) |
bool | seizeN (Ptr< T > &, Uint32 n) |
void | release () |
void | remove () |
void | getPtr (Ptr< T > &, Uint32 i) const |
void | getPtr (Ptr< T > &) const |
T * | getPtr (Uint32 i) const |
bool | first (Ptr< T > &) const |
bool | next (Ptr< T > &) const |
bool | hasNext (const Ptr< T > &) const |
void | add (Ptr< T > &p) |
void | add (Uint32 first, Ptr< T > &last) |
bool | remove_front (Ptr< T > &) |
Uint32 | noOfElements () const |
void | print (NdbOut &out) |
bool | empty () const |
Additional Inherited Members | |
Protected Attributes inherited from SLListImpl< ArrayPool< T >, T, U > | |
Head | head |
ArrayPool< T > & | thePool |
Definition at line 390 of file SLList.hpp.