| EventStudio 2.5 Sequence diagram based system design and modeling | |
For details refer to the article on STL Design Patterns II
Copyright © 2000-2003 EventHelix.com Inc. All Rights Reserved.
Definition in file Priority_Message_Queue.h.
#include <queue>#include <list>
Include dependency graph for Priority_Message_Queue.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Priority_Message_Queue |
| This class queues up messages according to the priority assigned to the message at the time of adding it to the queue. More... | |
| struct | Priority_Message_Queue::Entry |
| The Priority_Message_Queue stores entries defined by this structure. More... | |
| struct | Priority_Message_Queue::Compare_Messages |
| The following structure declares a functor (a function object) for comparing message priorities. More... | |
1.3.4 | |
| Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved. |