|
CPN
Computational Process Networks
|
#include <QueueReleaser.h>
Inheritance diagram for CPN::QueueReleaser:Public Member Functions | |
| virtual | ~QueueReleaser () |
| virtual void | ReleaseReader (Key_t rkey)=0 |
| virtual void | ReleaseWriter (Key_t wkey)=0 |
Abstract base class that the QueueReader and QueueWriter use to communicate with the NodeBase.
Definition at line 10 of file QueueReleaser.h.
|
virtual |
Definition at line 421 of file QueueBase.cc.
|
pure virtual |
Implemented in CPN::PseudoNode.
Referenced by CPN::QueueReader::Release().
Here is the caller graph for this function:
|
pure virtual |
Implemented in CPN::PseudoNode.
Referenced by CPN::QueueWriter::Release().
Here is the caller graph for this function:
1.8.5