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

Public Member Functions

 DLFifoList (ArrayPool< T > &p)
- Public Member Functions inherited from DLFifoListImpl< ArrayPool< T >, T, U >
 DLFifoListImpl (ArrayPool< T > &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< ArrayPool< T >
, T, U > & 
operator= (const DLFifoListImpl< ArrayPool< T >, T, U > &src)

Additional Inherited Members

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

Detailed Description

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

Definition at line 469 of file DLFifoList.hpp.


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