SYMBIAN OS V9.4
Feedback
#include <CStack.h>
CStack
class CStack : public CArrayPtrSeg< T >;
CArrayPtrSeg< T >
Defined in CStack:
CStack()
Clear()
Head()const
IsEmpty()const
Last()const
Pop()
PushL(T *)
~CStack()
inline CStack();
inline ~CStack();
inline void Clear();
inline TBool IsEmpty() const;
TBool
inline void PushL(T *aItem);
T *aItem
inline T* Pop();
T *
inline T* Head() const;
inline T* Last() const;
Copyright © 2005-2008 Symbian Software Ltd.