#include <oscl_double_list.h>
Inheritance diagram for OsclPriorityList< T >:
Public Methods | |
OSCL_INLINE | OsclPriorityList () |
OSCL_INLINE | OsclPriorityList (int32 anOffset) |
OSCL_INLINE void | Insert (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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|