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

Public Member Functions

 LocalDLList (ArrayPool< T > &p, typename DLList< T, U >::HeadPOD &_src)
- Public Member Functions inherited from LocalDLListImpl< ArrayPool< T >, T, U >
 LocalDLListImpl (ArrayPool< T > &thePool, typename DLListImpl< ArrayPool< T >, T, U >::HeadPOD &_src)
- Public Member Functions inherited from DLListImpl< P, T, U >
 DLListImpl (P &thePool)
bool seize (Ptr< T > &)
bool seizeId (Ptr< T > &, Uint32 i)
bool findId (Uint32 i) const
void release (Uint32 i)
void release (Ptr< T > &)
void release ()
void remove ()
void add (Ptr< T > &)
void add (Uint32 first, Ptr< T > &last)
void remove (Ptr< T > &)
void remove (T *)
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
bool isEmpty () const

Additional Inherited Members

- Protected Attributes inherited from DLListImpl< P, T, U >
Head head
P & thePool

Detailed Description

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

Definition at line 452 of file DLList.hpp.


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