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 @@ + + +
+ +Go to the source code of this file.
+Functions | |
void | PushOntoStack (ProducedItem *aItem) |
ProducedItem * | PopFromStack () |
void | FreeItem (ProducedItem *aItem) |
Variables | |
+Stack | stack |
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.
+void PushOntoStack | +( | +ProducedItem * | +aItem | +) | ++ |
ProducedItem* PopFromStack | +( | ++ | ) | ++ |
void FreeItem | +( | +ProducedItem * | +aItem | +) | ++ |