#include <schedulable.h>
Inheritance diagram for scheduling_id:


Public Member Functions | |
| scheduling_id (int initial) | |
This id must be unique within the constraints that you choose to implement, but one id 'X' must always refer to the same real object that holds schedule data for 'X'.
Definition at line 32 of file schedulable.h.
| scheduling_id::scheduling_id | ( | int | initial | ) | [inline] |
Definition at line 35 of file schedulable.h.
1.5.1