cppnet
C++ network utilities for asynchronous servers.
Loading...
Searching...
No Matches
net::timers::timers< Interrupt > Member List

This is the complete list of members for net::timers::timers< Interrupt >, including all inherited members.

add(timestamp when, handler_t handler, duration period=duration::zero()) -> timer_idnet::timers::timers< Interrupt >
add(std::chrono::duration< Rep, Period > when, handler_t handler, duration period=duration::zero()) -> timer_idnet::timers::timers< Interrupt >
add(std::uint64_t when, handler_t handler, std::uint64_t period=0) -> timer_idnet::timers::timers< Interrupt >
eventqnet::timers::timers< Interrupt >
eventsnet::timers::timers< Interrupt >
free_idsnet::timers::timers< Interrupt >
interrupt_source_t typedefnet::timers::interrupt< Interrupt >
interrupt_type typedefnet::timers::timers< Interrupt >
operator()() const noexcept -> voidnet::timers::interrupt< Interrupt >inline
operator=(const timers &other)=deletenet::timers::timers< Interrupt >
operator=(timers &&other) noexcept -> timers &net::timers::timers< Interrupt >
remove(timer_id tid) noexcept -> timer_idnet::timers::timers< Interrupt >
resolve() -> durationnet::timers::timers< Interrupt >
swapnet::timers::timers< Interrupt >friend
timers()=defaultnet::timers::timers< Interrupt >
timers(const timers &other)=deletenet::timers::timers< Interrupt >
timers(timers &&other) noexceptnet::timers::timers< Interrupt >
~timers()=defaultnet::timers::timers< Interrupt >