Stack Class Reference
List of all members.
Detailed Description
Definition at line 26 of file stack.h.
Constructor & Destructor Documentation
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.