#include <BundleTLVEntry.h>

Public Member Functions | |
| BundleOfferEntry (u_int32_t cts, u_int32_t seq, u_int16_t sid, bool custody, bool ack) | |
| Constructor. | |
| BundleOfferEntry (const BundleOfferEntry &b) | |
| Copy constructor. | |
| virtual | ~BundleOfferEntry () |
| Destructor. | |
Protected Member Functions | |
| BundleOfferEntry () | |
| Default constructor, only used by friend classes. | |
Friends | |
| class | PointerList< BundleOfferEntry > |
Definition at line 230 of file BundleTLVEntry.h.
| prophet::BundleOfferEntry::BundleOfferEntry | ( | const BundleOfferEntry & | b | ) | [inline] |
| virtual prophet::BundleOfferEntry::~BundleOfferEntry | ( | ) | [inline, virtual] |
| prophet::BundleOfferEntry::BundleOfferEntry | ( | ) | [inline, protected] |
Default constructor, only used by friend classes.
Definition at line 258 of file BundleTLVEntry.h.
References prophet::BundleTLVEntry::type_, and prophet::BundleTLVEntry::UNDEFINED.
friend class PointerList< BundleOfferEntry > [friend] |
Definition at line 253 of file BundleTLVEntry.h.
1.5.8