|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
RAII registration of the calling thread in a portable registry. More...
#include <thread_registry.hpp>
Public Member Functions | |
| auto_register_current_thread (std::string name={}, std::string component={}) | |
| auto_register_current_thread (thread_registry ®istry, std::string name={}, std::string component={}) | |
| ~auto_register_current_thread () | |
| auto_register_current_thread (auto_register_current_thread const &)=delete | |
| auto | operator= (auto_register_current_thread const &) -> auto_register_current_thread &=delete |
| auto_register_current_thread (auto_register_current_thread &&other) noexcept | |
| auto | operator= (auto_register_current_thread &&other) noexcept -> auto_register_current_thread & |
RAII registration of the calling thread in a portable registry.
Definition at line 425 of file thread_registry.hpp.
|
inlineexplicit |
Definition at line 428 of file thread_registry.hpp.
|
inlineexplicit |
Definition at line 433 of file thread_registry.hpp.
|
inline |
Definition at line 455 of file thread_registry.hpp.
|
delete |
|
inlinenoexcept |
Definition at line 463 of file thread_registry.hpp.
|
inlinenoexcept |
Definition at line 473 of file thread_registry.hpp.
|
delete |