![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
#include "workerthreadbase.h"
Public Member Functions | |
| Initializer (std::tuple< Args... > &&tuple) | |
| std::unique_ptr< WorkerType > | Initialize () override |
| Public Member Functions inherited from LC::Util::detail::InitializerBase< WorkerType > | |
| virtual | ~InitializerBase ()=default |
Public Attributes | |
| std::tuple< Args... > | Args_ |
Definition at line 87 of file workerthreadbase.h.
|
inline |
Definition at line 91 of file workerthreadbase.h.
References Args_.
|
inlineoverridevirtual |
Implements LC::Util::detail::InitializerBase< WorkerType >.
Definition at line 96 of file workerthreadbase.h.
References Args_.
| std::tuple<Args...> LC::Util::detail::Initializer< WorkerType, Args >::Args_ |
Definition at line 89 of file workerthreadbase.h.
Referenced by Initializer(), and Initialize().