#include <BundleTLVEntry.h>
Definition at line 268 of file 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 > |
prophet::BundleResponseEntry::BundleResponseEntry | ( | const BundleResponseEntry & | b | ) | [inline] |
virtual prophet::BundleResponseEntry::~BundleResponseEntry | ( | ) | [inline, virtual] |
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.