#include <ProphetLink.h>
Public Member Functions | |
ProphetLink (const LinkRef &link) | |
~ProphetLink () | |
const LinkRef & | ref () const |
const char * | nexthop () const |
Virtual from prophet::Link. | |
const char * | remote_eid () const |
Virtual from prophet::Link. | |
Protected Attributes | |
LinkRef | ref_ |
DTN Link object. |
Definition at line 26 of file ProphetLink.h.
dtn::ProphetLink::ProphetLink | ( | const LinkRef & | link | ) | [inline] |
dtn::ProphetLink::~ProphetLink | ( | ) | [inline] |
const char* dtn::ProphetLink::nexthop | ( | ) | const [inline, virtual] |
Virtual from prophet::Link.
Implements prophet::Link.
Definition at line 44 of file ProphetLink.h.
References ref().
const LinkRef& dtn::ProphetLink::ref | ( | ) | const [inline] |
Definition at line 41 of file ProphetLink.h.
References ref_.
Referenced by nexthop(), and remote_eid().
const char* dtn::ProphetLink::remote_eid | ( | ) | const [inline, virtual] |
Virtual from prophet::Link.
Implements prophet::Link.
Definition at line 48 of file ProphetLink.h.
References ref().
LinkRef dtn::ProphetLink::ref_ [protected] |
DTN Link object.
Definition at line 56 of file ProphetLink.h.
Referenced by ProphetLink(), ref(), and ~ProphetLink().