MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
LocalSLFifoList (ArrayPool< T > &p, typename SLFifoList< T, U >::Head &_src) | |
Public Member Functions inherited from LocalSLFifoListImpl< ArrayPool< T >, T, U > | |
LocalSLFifoListImpl (ArrayPool< T > &thePool, typename SLFifoListImpl< ArrayPool< T >, T, U >::HeadPOD &_src) | |
Public Member Functions inherited from SLFifoListImpl< P, T, U > | |
SLFifoListImpl (P &thePool) | |
bool | seizeFirst (Ptr< T > &) |
bool | seizeLast (Ptr< T > &) |
bool | seize (Ptr< T > &ptr) |
void | releaseFirst (Ptr< T > &) |
void | addFirst (Ptr< T > &) |
void | addLast (Ptr< T > &) |
void | removeFirst (Ptr< T > &) |
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 | last (Ptr< T > &) const |
bool | next (Ptr< T > &) const |
bool | hasNext (const Ptr< T > &) const |
bool | isEmpty () const |
Additional Inherited Members | |
Protected Attributes inherited from SLFifoListImpl< P, T, U > | |
Head | head |
P & | thePool |
Definition at line 352 of file SLFifoList.hpp.