![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "workerthreadbase.h"
Inheritance diagram for LC::Util::detail::Initializer< WorkerType, Args >:
Collaboration diagram for LC::Util::detail::Initializer< WorkerType, Args >: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 110 of file workerthreadbase.h.
|
inline |
Definition at line 114 of file workerthreadbase.h.
|
inlineoverridevirtual |
Implements LC::Util::detail::InitializerBase< WorkerType >.
Definition at line 119 of file workerthreadbase.h.
| std::tuple<Args...> LC::Util::detail::Initializer< WorkerType, Args >::Args_ |
Definition at line 112 of file workerthreadbase.h.