#include <dtn/DropCause.h>


Public Member Functions | |
| virtual | ~NoRouteDrop () |
| virtual destructor | |
Static Public Attributes | |
| static NoRouteDrop | inst |
| unique instance for a drop due to a lack of routability | |
Protected Member Functions | |
| NoRouteDrop (DropCause *p=&(DropCause::inst)) | |
| Protected constructor. | |
Definition at line 165 of file DropCause.h.
| DTN::NoRouteDrop::NoRouteDrop | ( | 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 179 of file DropCause.h.
1.5.4