#include <schedule_actor.h>
Collaboration diagram for actor_mapping:

Public Member Functions | |
| actor_mapping (schedule_actor &actor) | |
| virtual | ~actor_mapping () |
Public Attributes | |
| schedule_actor & | _actor |
an actor_mapping is the structure that is used to carry the schedule_actor back when finding it with an actor_mapper. it is a separate class from schedule_actor; this allows the actor_mapping to be derived from and extended for one's own needs.
Definition at line 81 of file schedule_actor.h.
| actor_mapping::actor_mapping | ( | schedule_actor & | actor | ) | [inline] |
Definition at line 84 of file schedule_actor.h.
| actor_mapping::~actor_mapping | ( | ) | [virtual] |
Definition at line 20 of file schedule_actor.cpp.
Definition at line 86 of file schedule_actor.h.
1.5.1