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

Public Member Functions

 SLFifoList (ArrayPool< T > &p)
- Public Member Functions inherited from SLFifoListImpl< ArrayPool< T >, T, U >
 SLFifoListImpl (ArrayPool< T > &thePool)
bool seizeFirst (Ptr< T > &)
bool seizeLast (Ptr< T > &)
bool seize (Ptr< T > &ptr)
void releaseFirst (Ptr< T > &)
void addFirst (Ptr< T > &)
void addLast (Ptr< T > &)
void removeFirst (Ptr< T > &)
void remove ()
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 hasNext (const Ptr< T > &) const
bool isEmpty () const

Additional Inherited Members

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

Detailed Description

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

Definition at line 345 of file SLFifoList.hpp.


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