#include <CustodyEvent.h>

Public Member Functions | |
| CustodyEvent (const Bundle &bundle, const EventCustodyAction action) | |
| ~CustodyEvent () | |
| EventCustodyAction | getAction () const |
| const Bundle & | getBundle () const |
| const string | getName () const |
| const EventType | getType () const |
Static Public Attributes | |
| static const string | className = "CustodyEvent" |
Private Attributes | |
| const Bundle & | m_bundle |
| const EventCustodyAction | m_action |
| dtn::core::CustodyEvent::CustodyEvent | ( | const Bundle & | bundle, | |
| const EventCustodyAction | action | |||
| ) |
| dtn::core::CustodyEvent::~CustodyEvent | ( | ) |
| EventCustodyAction dtn::core::CustodyEvent::getAction | ( | ) | const |
| const Bundle & dtn::core::CustodyEvent::getBundle | ( | ) | const |
References m_bundle.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::CustodyManager::raiseEvent().
| const string dtn::core::CustodyEvent::getName | ( | ) | const [virtual] |
| const EventType dtn::core::CustodyEvent::getType | ( | ) | const [virtual] |
const string dtn::core::CustodyEvent::className = "CustodyEvent" [static] |
const Bundle& dtn::core::CustodyEvent::m_bundle [private] |
Referenced by getBundle().
const EventCustodyAction dtn::core::CustodyEvent::m_action [private] |
Referenced by getAction().
1.5.6