![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "workerthreadbase.h"
Public Member Functions | |
Initializer (std::tuple< Args... > &&tuple) | |
std::unique_ptr< WorkerType > | Initialize () override |
![]() | |
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.