|
C++ Actor Framework 0.19
|
This is the complete list of members for caf::actor_clock, including all inherited members.
| clock_type typedef | caf::actor_clock | |
| duration_type typedef | caf::actor_clock | |
| now() const noexcept | caf::actor_clock | virtual |
| schedule(action f) | caf::actor_clock | |
| schedule(time_point t, action f)=0 | caf::actor_clock | pure virtual |
| schedule(time_point t, action f, strong_actor_ptr target) | caf::actor_clock | |
| schedule(time_point t, action f, weak_actor_ptr target) | caf::actor_clock | |
| schedule_message(time_point t, strong_actor_ptr receiver, mailbox_element_ptr content) | caf::actor_clock | |
| schedule_message(time_point t, weak_actor_ptr receiver, mailbox_element_ptr content) | caf::actor_clock | |
| schedule_message(time_point t, group target, strong_actor_ptr sender, message content) | caf::actor_clock | |
| stall_policy enum name | caf::actor_clock | |
| time_point typedef | caf::actor_clock | |
| ~actor_clock() (defined in caf::actor_clock) | caf::actor_clock | virtual |