#include <iso_flock_remove_neighbors_event.h>
Public Member Functions | |
RemoveNeighborsEvent (const base::String &pSwarmName, const base::String &pParameterName, const base::String &pSpaceName) | |
RemoveNeighborsEvent (double pTime, const base::String &pSwarmName, const base::String &pParameterName, const base::String &pSpaceName) | |
RemoveNeighborsEvent (const RemoveNeighborsEvent &pEvent) | |
RemoveNeighborsEvent (double pTime, const RemoveNeighborsEvent &pEvent) | |
virtual | ~RemoveNeighborsEvent () |
event::Event * | copy () const |
event::Event * | copy (double pTime) const |
void | execute () throw (event::EventException) |
Protected Attributes | |
base::String | mSwarmName |
base::String | mParameterName |
base::String | mSpaceName |
RemoveNeighborsEvent::RemoveNeighborsEvent | ( | const base::String & | pSwarmName, | |
const base::String & | pParameterName, | |||
const base::String & | pSpaceName | |||
) |
RemoveNeighborsEvent::RemoveNeighborsEvent | ( | double | pTime, | |
const base::String & | pSwarmName, | |||
const base::String & | pParameterName, | |||
const base::String & | pSpaceName | |||
) |
RemoveNeighborsEvent::RemoveNeighborsEvent | ( | const RemoveNeighborsEvent & | pEvent | ) |
RemoveNeighborsEvent::RemoveNeighborsEvent | ( | double | pTime, | |
const RemoveNeighborsEvent & | pEvent | |||
) |
RemoveNeighborsEvent::~RemoveNeighborsEvent | ( | ) | [virtual] |
event::Event * RemoveNeighborsEvent::copy | ( | ) | const |
event::Event * RemoveNeighborsEvent::copy | ( | double | pTime | ) | const |
void RemoveNeighborsEvent::execute | ( | ) | throw (event::EventException) |
base::String iso::flock::RemoveNeighborsEvent::mSwarmName [protected] |
base::String iso::flock::RemoveNeighborsEvent::mParameterName [protected] |
base::String iso::flock::RemoveNeighborsEvent::mSpaceName [protected] |