![]() |
LeechCraft
0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
|
#include "workerthreadbase.h"
Inheritance diagram for LeechCraft::Util::detail::Initializer< WorkerType, Args >:
Collaboration diagram for LeechCraft::Util::detail::Initializer< WorkerType, Args >:Public Member Functions | |
| Initializer (std::tuple< Args...> &&tuple) | |
| std::unique_ptr< WorkerType > | Initialize () override |
Public Attributes | |
| std::tuple< Args...> | Args_ |
Definition at line 109 of file workerthreadbase.h.
|
inline |
Definition at line 113 of file workerthreadbase.h.
|
inlineoverridevirtual |
Implements LeechCraft::Util::detail::InitializerBase< WorkerType >.
Definition at line 118 of file workerthreadbase.h.
References LeechCraft::Util::CPP17::Apply().
Here is the call graph for this function:| std::tuple<Args...> LeechCraft::Util::detail::Initializer< WorkerType, Args >::Args_ |
Definition at line 111 of file workerthreadbase.h.