#include <Scheduler.hpp>
Public Member Functions | |
| Basic_Scheduled_Item (act x, unsigned int n, Action_Category action_type=Task) | |
| bool | operator< (const Basic_Scheduled_Item &) const |
| Comparison operator for the priority queue. | |
Public Attributes | |
| act | the_action |
| unsigned int | sequence_number |
| Action_Category | action_type |
| Basic_Priority | priority_category |
the_action, which isn't needed for ordering, might be able to move to the auxiliary vector. | ACT::Basic_Scheduled_Item::Basic_Scheduled_Item | ( | act | x, | |
| unsigned int | n, | |||
| Action_Category | action_type = Task | |||
| ) |
| bool ACT::Basic_Scheduled_Item::operator< | ( | const Basic_Scheduled_Item & | x | ) | const |
Comparison operator for the priority queue.
| unsigned int ACT::Basic_Scheduled_Item::sequence_number |
1.5.4