Stack Class Reference
List of all members.
Detailed Description
Definition at line 41 of file stack.h.
Constructor & Destructor Documentation
Destructor Delete all the items those are not yet consumed by the consumers
Definition at line 52 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 70 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 92 of file stack.h.