#include <oscl_double_list.h>
Inheritance diagram for OsclDoubleList< T >:
Public Methods | |
OSCL_INLINE | OsclDoubleList () |
OSCL_INLINE | OsclDoubleList (int32 anOffset) |
OSCL_INLINE void | InsertHead (T &aRef) |
OSCL_INLINE void | InsertTail (T &aRef) |
OSCL_INLINE bool | IsHead (const T *aPtr) const |
OSCL_INLINE bool | IsTail (const T *aPtr) const |
OSCL_INLINE T * | Head () const |
OSCL_INLINE T * | Tail () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|