diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/stack_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/stack_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,112 @@ + + + + +TB9.2 Example Applications: examples/PIPS/opencproducerconsumerex/src/stack.cpp File Reference + + + + + +
+

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
+ +