ACE 8.0.2
|
This is the complete list of members for ACE_Reactor_Timer_Interface, including all inherited members.
cancel_timer(long timer_id, const void **arg=0, int dont_call_handle_close=1)=0 | ACE_Reactor_Timer_Interface | pure virtual |
cancel_timer(ACE_Event_Handler *event_handler, int dont_call_handle_close=1)=0 | ACE_Reactor_Timer_Interface | pure virtual |
reset_timer_interval(long timer_id, const ACE_Time_Value &interval)=0 | ACE_Reactor_Timer_Interface | pure virtual |
reset_timer_interval(long timer_id, const std::chrono::duration< Rep, Period > &interval) | ACE_Reactor_Timer_Interface | inline |
schedule_timer(ACE_Event_Handler *event_handler, const void *arg, const ACE_Time_Value &delay, const ACE_Time_Value &interval=ACE_Time_Value::zero)=0 | ACE_Reactor_Timer_Interface | pure virtual |
schedule_timer(ACE_Event_Handler *event_handler, const void *arg, const std::chrono::duration< Rep1, Period1 > &delay, const std::chrono::duration< Rep2, Period2 > &interval=std::chrono::duration< Rep2, Period2 >::zero()) | ACE_Reactor_Timer_Interface | inline |
~ACE_Reactor_Timer_Interface() | ACE_Reactor_Timer_Interface | virtual |