BundleResponseEntry represents one Bundle, a single entry in a Bundle TLV sent by a Prophet router in the REQUEST state. More...
#include <BundleTLVEntry.h>
Public Member Functions | |
| BundleResponseEntry (u_int32_t cts, u_int32_t seq, u_int16_t sid, bool custody, bool accept) | |
| Constructor. | |
| BundleResponseEntry (const BundleResponseEntry &b) | |
| Copy constructor. | |
| virtual | ~BundleResponseEntry () |
| Destructor. | |
Protected Member Functions | |
| BundleResponseEntry () | |
| Default constructor, only used by friend classes. | |
Friends | |
| class | PointerList< BundleResponseEntry > |
BundleResponseEntry represents one Bundle, a single entry in a Bundle TLV sent by a Prophet router in the REQUEST state.
Definition at line 268 of file BundleTLVEntry.h.
| prophet::BundleResponseEntry::BundleResponseEntry | ( | u_int32_t | cts, | |
| u_int32_t | seq, | |||
| u_int16_t | sid, | |||
| bool | custody, | |||
| bool | accept | |||
| ) | [inline] |
Constructor.
Definition at line 274 of file BundleTLVEntry.h.
| prophet::BundleResponseEntry::BundleResponseEntry | ( | const BundleResponseEntry & | b | ) | [inline] |
Copy constructor.
Definition at line 282 of file BundleTLVEntry.h.
| virtual prophet::BundleResponseEntry::~BundleResponseEntry | ( | ) | [inline, virtual] |
Destructor.
Definition at line 288 of file BundleTLVEntry.h.
| prophet::BundleResponseEntry::BundleResponseEntry | ( | ) | [inline, protected] |
Default constructor, only used by friend classes.
Definition at line 296 of file BundleTLVEntry.h.
References prophet::BundleTLVEntry::type_, and prophet::BundleTLVEntry::UNDEFINED.
friend class PointerList< BundleResponseEntry > [friend] |
Definition at line 291 of file BundleTLVEntry.h.
1.6.3