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

Public Member Functions

 LocalDLCFifoList (ArrayPool< T > &thePool, typename DLCFifoList< T, U >::Head &_src)
- Public Member Functions inherited from DLCFifoList< T, U >
 DLCFifoList (ArrayPool< T > &thePool)
Uint32 count () const
bool seize (Ptr< T > &ptr)
bool seizeFirst (Ptr< T > &ptr)
bool seizeLast (Ptr< T > &ptr)
bool seizeId (Ptr< T > &ptr, Uint32 i)
void add (Ptr< T > &ptr)
void addFirst (Ptr< T > &ptr)
void addLast (Ptr< T > &ptr)
void insert (Ptr< T > &ptr, Ptr< T > &loc)
void remove (T *t)
void remove (Ptr< T > &ptr)
void release (Uint32 i)
void release (Ptr< T > &ptr)
void release ()
void getPtr (Ptr< T > &ptr, Uint32 i) const
void getPtr (Ptr< T > &ptr) const
T * getPtr (Uint32 i) const
bool first (Ptr< T > &ptr) const
bool last (Ptr< T > &ptr) const
bool next (Ptr< T > &ptr) const
bool prev (Ptr< T > &ptr) const
bool hasNext (const Ptr< T > &ptr) const
bool hasPrev (const Ptr< T > &ptr) const
bool isEmpty () const
DLCFifoList< T > & operator= (const DLCFifoList< T > &src)

Additional Inherited Members

- Protected Member Functions inherited from DLFifoList< T, U >
 DLFifoList (ArrayPool< T > &p)
- Protected Attributes inherited from DLCFifoList< T, U >
Head head

Detailed Description

template<class T, class U = T>
class LocalDLCFifoList< T, U >

Definition at line 173 of file DLCFifoList.hpp.


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