#include <RouteEvent.h>

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