#include <BundleTLVEntryList.h>

Definition at line 281 of file BundleTLVEntryList.h.
Public Member Functions | |
| BundleResponseList () | |
| Constructor. | |
| virtual | ~BundleResponseList () |
| Destructor. | |
| bool | add_response (u_int32_t cts, u_int32_t seq, u_int16_t sid, bool custody, bool accept=true) |
| Convenience wrapper around base class's add_entry. | |
Protected Member Functions | |
| virtual bool | push_back (BundleResponseEntry *b) |
| prophet::BundleResponseList::BundleResponseList | ( | ) | [inline] |
| virtual prophet::BundleResponseList::~BundleResponseList | ( | ) | [inline, virtual] |
| bool prophet::BundleResponseList::add_response | ( | u_int32_t | cts, | |
| u_int32_t | seq, | |||
| u_int16_t | sid, | |||
| bool | custody, | |||
| bool | accept = true | |||
| ) | [inline] |
Convenience wrapper around base class's add_entry.
Definition at line 298 of file BundleTLVEntryList.h.
References prophet::BundleEntryList< BundleEntryType >::add_entry(), and prophet::BundleTLVEntry::RESPONSE.
Referenced by prophet::ResponseTLV::deserialize().
| virtual bool prophet::BundleResponseList::push_back | ( | BundleResponseEntry * | b | ) | [inline, protected, virtual] |
1.5.6