C++ Actor Framework 0.18
Loading...
Searching...
No Matches
caf::actor_clock Member List

This is the complete list of members for caf::actor_clock, including all inherited members.

clock_type typedefcaf::actor_clock
duration_type typedefcaf::actor_clock
now() const noexceptcaf::actor_clockvirtual
schedule(action f)caf::actor_clock
schedule(time_point t, action f)caf::actor_clock
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
schedule_periodically(time_point first_run, action f, duration_type period)=0caf::actor_clockpure virtual
schedule_periodically(time_point first_run, action f, strong_actor_ptr target, duration_type period, stall_policy policy)caf::actor_clock
schedule_periodically(time_point first_run, action f, weak_actor_ptr target, duration_type period, stall_policy policy)caf::actor_clock
stall_policy enum namecaf::actor_clock
time_point typedefcaf::actor_clock
~actor_clock() (defined in caf::actor_clock)caf::actor_clockvirtual