RepastHPC  2.3.1
Public Member Functions | List of all members
repast::OneTimeEvent Class Reference

ScheduledEvent that will only execute only once. More...

#include <Schedule.h>

Inheritance diagram for repast::OneTimeEvent:
repast::ScheduledEvent

Public Member Functions

 OneTimeEvent (double, RepastEvent *)
 
virtual bool reschedule (std::priority_queue< ScheduledEvent *, std::vector< ScheduledEvent * >, EventCompare > &)
 Always returns false, as it does not reschedule itself.
 
- Public Member Functions inherited from repast::ScheduledEvent
 ScheduledEvent (double, RepastEvent *)
 
RepastEventget_event ()
 Gets the RepastEvent that this ScheduleEvent wraps.
 

Additional Inherited Members

- Protected Attributes inherited from repast::ScheduledEvent
RepastEventevent
 
double start
 

Detailed Description

ScheduledEvent that will only execute only once.


The documentation for this class was generated from the following files: