#include <mlinknode.h>
Public Methods | |
LinkNodeProcessor () | |
virtual | ~LinkNodeProcessor () |
void | process () |
UInt | gPendingCount () const |
void | addSuspend () |
void | removeSuspend () |
Bool | hasWaitingProcesses () const |
void | addNode (LinkNode const &node) |
ClcnNodesPrc& | prcNodesNotCurr () |
ClcnNodesPrc& | pcrNodesCurr () const |
Protected Methods | |
virtual void | process (const NodeLink &cnn) |
Protected Attributes | |
UInt | mPendingCount |
ClcnNodesPrc | mNodesA |
ClcnNodesPrc | mNodesB |
ClcnNodesPrc* | mCurrPrcNodes |
Definition at line 394 of file mlinknode.h.
|
This method is called for every link. * Definition at line 419 of file mlinknode.h. |