MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LocalSLList< T, U > Class Template Reference
Inheritance diagram for LocalSLList< T, U >:
Collaboration diagram for LocalSLList< T, U >:

Public Member Functions

 LocalSLList (ArrayPool< T > &p, typename SLList< T, U >::Head &_src)
- Public Member Functions inherited from LocalSLListImpl< ArrayPool< T >, T, U >
 LocalSLListImpl (ArrayPool< T > &thePool, typename SLListImpl< ArrayPool< T >, T, U >::HeadPOD &_src)
- 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

Detailed Description

template<typename T, typename U = T>
class LocalSLList< T, U >

Definition at line 397 of file SLList.hpp.


The documentation for this class was generated from the following file: