CUPnPObjectStack Class Reference
class CUPnPObjectStack : public CBase |
A Stack class, which is used to hold UPnP objects in order while parsing xml.
- Since
- Series 60 3.1 upnpxmlparser.lib
Constructor & Destructor Documentation
CUPnPObjectStack()
CUPnPObjectStack | ( | ) | [private, inline] |
~CUPnPObjectStack()
~CUPnPObjectStack | ( | ) | [inline, virtual] |
Member Functions Documentation
Count()
Returns the current count of the stack.
Pop()
Pops top object from the stack.
PushL(CUpnpObject *)
Pushes object to the stack.
ResetAndDestroy()
void | ResetAndDestroy | ( | ) | [inline] |
Clears the stack and deletes all the objects in it.
Top()
Retuns the pointer of the top object.
Member Data Documentation
RPointerArray< CUpnpObject > * iStack
An array, which contains the objects in the stack. Own.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.