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

Public Member Functions

 LocalDLFifoList (ArrayPool< T > &p, typename DLFifoList< T, U >::Head &_src)
- Public Member Functions inherited from LocalDLFifoListImpl< ArrayPool< T >, T, U >
 LocalDLFifoListImpl (ArrayPool< T > &thePool, typename DLFifoListImpl< ArrayPool< T >, 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 T, typename U = T>
class LocalDLFifoList< T, U >

Definition at line 476 of file DLFifoList.hpp.


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