ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::composite_thread_registry_backend Member List

This is the complete list of members for threadschedule::detail::composite_thread_registry_backend, including all inherited members.

all(Predicate &&pred) const -> boolthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
any(Predicate &&pred) const -> boolthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
apply(Predicate &&pred, Fn &&fn) constthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
attach(thread_registry_backend *reg)threadschedule::detail::composite_thread_registry_backendinline
count() const -> size_tthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
empty() const -> boolthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
filter(Predicate &&pred) constthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
find_if(Predicate &&pred) const -> std::optional< registered_thread_info_backend >threadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
for_each(Fn &&fn) constthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
map(Fn &&fn) const -> std::vector< std::invoke_result_t< Fn, registered_thread_info_backend const & > >threadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
none(Predicate &&pred) const -> boolthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
query() const -> thread_registry_backend::query_viewthreadschedule::detail::composite_thread_registry_backendinline
skip(size_t n) constthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline
take(size_t n) constthreadschedule::detail::query_facade_mixin< composite_thread_registry_backend >inline