Public Member Functions |
| LocalSLFifoListImpl (P &thePool, typename SLFifoListImpl< P, T, U >::HeadPOD &_src) |
| SLFifoListImpl (P &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 |
Head | head |
P & | thePool |
Detailed Description
template<typename P, typename T, typename U = T>
class LocalSLFifoListImpl< P, T, U >
Definition at line 126 of file SLFifoList.hpp.
The documentation for this class was generated from the following file: