diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_stack.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_stack.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,105 @@ + + + + +TB9.2 Example Applications: Stack Class Reference + + + + + +
+

Stack Class Reference

+

List of all members.

+ + + + + +

Public Member Functions

 ~Stack ()
void Push (ProducedItem *aItem)
ProducedItemPop ()
+

Detailed Description

+ +

Definition at line 26 of file stack.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
Stack::~Stack ( ) 
+
+
+

Destructor Delete all the items those are not yet consumed by the consumers

+ +

Definition at line 37 of file stack.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + +
void Stack::Push (ProducedItem aItem ) 
+
+
+

Push New Item is created on Stack for every push operation

+
Parameters:
+ + +
aItem - Item to be Pushed
+
+
+
Returns:
Nothing
+ +

Definition at line 55 of file stack.h.

+ +
+
+ +
+
+ + + + + + + + +
ProducedItem* Stack::Pop ( ) 
+
+
+

Pop Item is sent to the Consumer who is doing the Pop. Ownership will also ne given. So, this item has to be deleted by the Consumer.

+
Parameters:
+ + +
Nothing 
+
+
+
Returns:
- Item Poped
+ +

Definition at line 77 of file stack.h.

+ +
+
+
+
Generated by  + +doxygen 1.6.2
+ +