#include <StorageEvent.h>

Public Member Functions | |
| StorageEvent (const BundleSchedule &schedule) | |
| StorageEvent (const Bundle &bundle) | |
| ~StorageEvent () | |
| EventStorageAction | getAction () const |
| const BundleSchedule & | getSchedule () const |
| const Bundle & | getBundle () const |
| const string | getName () const |
| const EventType | getType () const |
Static Public Attributes | |
| static const string | className = "StorageEvent" |
Private Attributes | |
| Bundle * | m_bundle |
| const BundleSchedule | m_schedule |
| EventStorageAction | m_action |
| dtn::core::StorageEvent::StorageEvent | ( | const BundleSchedule & | schedule | ) |
| dtn::core::StorageEvent::~StorageEvent | ( | ) |
References m_bundle.
| EventStorageAction dtn::core::StorageEvent::getAction | ( | ) | const |
References m_action.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::AbstractBundleStorage::raiseEvent().
| const BundleSchedule & dtn::core::StorageEvent::getSchedule | ( | ) | const |
References m_schedule.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::AbstractBundleStorage::raiseEvent().
| const Bundle & dtn::core::StorageEvent::getBundle | ( | ) | const |
References m_bundle.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::AbstractBundleStorage::raiseEvent().
| const string dtn::core::StorageEvent::getName | ( | ) | const [virtual] |
| const EventType dtn::core::StorageEvent::getType | ( | ) | const [virtual] |
const string dtn::core::StorageEvent::className = "StorageEvent" [static] |
Bundle* dtn::core::StorageEvent::m_bundle [private] |
Referenced by getBundle(), StorageEvent(), and ~StorageEvent().
const BundleSchedule dtn::core::StorageEvent::m_schedule [private] |
Referenced by getSchedule().
Referenced by getAction().
1.5.6