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 @@
+
+
+
+
+
Stack Class Reference
+
List of all members.
+
+
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
+
+
+
+
+
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.
+
+
+
+
+
+
+
+
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:
-
+
+
+
+
- Returns:
- - Item Poped
+
+
Definition at line 77 of file stack.h.
+
+
+
+
+