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

Public Member Functions

 LocalDLFifoListImpl (P &thePool, typename DLFifoListImpl< P, T, U >::Head &_src)
- Public Member Functions inherited from DLFifoListImpl< P, T, U >
 DLFifoListImpl (P &thePool)
bool seizeFirst (Ptr< T > &)
bool seizeLast (Ptr< T > &)
bool seize (Ptr< T > &ptr)
void release (Ptr< T > &)
void release ()
void addFirst (Ptr< T > &)
void addLast (Ptr< T > &)
void add (Ptr< T > &ptr)
void insert (Ptr< T > &ptr, Ptr< T > &loc)
void remove ()
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 last (Ptr< T > &) const
bool next (Ptr< T > &) const
bool prev (Ptr< T > &) const
bool hasNext (const Ptr< T > &) const
bool hasPrev (const Ptr< T > &) const
bool isEmpty () const
DLFifoListImpl< P, T, U > & operator= (const DLFifoListImpl< P, T, U > &src)

Additional Inherited Members

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

Detailed Description

template<typename P, typename T, typename U = T>
class LocalDLFifoListImpl< P, T, U >

Definition at line 146 of file DLFifoList.hpp.


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