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