|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| LocalSLListImpl (P &thePool, typename SLListImpl< P, T, U >::HeadPOD &_src) | |
Public Member Functions inherited from SLListImpl< P, T, U > | |
| SLListImpl (P &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< P, T, U > | |
| Head | head |
| P & | thePool |
Definition at line 172 of file SLList.hpp.