examples/PIPS/opencproducerconsumerex/src/stack.cpp File Reference

Go to the source code of this file.

Functions

void PushOntoStack (ProducedItem *aItem)
ProducedItemPopFromStack ()
void FreeItem (ProducedItem *aItem)

Variables

Stack stack

Detailed Description

Part of : Open C / ProducerConsumer

Description : ProducerConsumer Problem solution Version : 0.1

Copyright (c) 2007 Nokia Corporation. This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia Corporation.

Definition in file stack.cpp.


Function Documentation

void PushOntoStack ( ProducedItem aItem  ) 

Declaration of Function that Push Item onto Stack

Parameters:
aItem - Item to be pushed
Returns:
Nothing

Definition at line 29 of file stack.cpp.

ProducedItem* PopFromStack (  ) 

Declaration of Function that Pop Item from Stack

Returns:
aItem - Item Poped

Definition at line 34 of file stack.cpp.

void FreeItem ( ProducedItem aItem  ) 

Declaration of Function that frees up Item

Parameters:
aItem - Item to be Deleted
Returns:
Nothing

Definition at line 39 of file stack.cpp.


Generated by  doxygen 1.6.2