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