#include <dtn/DropCause.h>


Public Member Functions | |
| virtual | ~FullQueueDrop () |
| virtual destructor | |
Static Public Attributes | |
| static FullQueueDrop | inst |
| unique instance for a drop due to a full queue | |
Protected Member Functions | |
| FullQueueDrop (DropCause *p=&(DropCause::inst)) | |
| Protected constructor. | |
Definition at line 128 of file DropCause.h.
| DTN::FullQueueDrop::FullQueueDrop | ( | DropCause * | p = &(DropCause::inst) |
) | [inline, protected] |
Protected constructor.
This prevents the creation of instances other than the static one.
| p | The next DropCause in the chain; the base class for the current instance |
Definition at line 142 of file DropCause.h.
1.5.4