LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::Util::detail::InitializerBase< WorkerType > Struct Template Referenceabstract

#include "workerthreadbase.h"

+ Inheritance diagram for LeechCraft::Util::detail::InitializerBase< WorkerType >:

Public Member Functions

virtual std::unique_ptr< WorkerType > Initialize ()=0
 
virtual ~InitializerBase ()=default
 

Detailed Description

template<typename WorkerType>
struct LeechCraft::Util::detail::InitializerBase< WorkerType >

Definition at line 102 of file workerthreadbase.h.

Constructor & Destructor Documentation

◆ ~InitializerBase()

template<typename WorkerType >
virtual LeechCraft::Util::detail::InitializerBase< WorkerType >::~InitializerBase ( )
virtualdefault

Member Function Documentation

◆ Initialize()

template<typename WorkerType >
virtual std::unique_ptr<WorkerType> LeechCraft::Util::detail::InitializerBase< WorkerType >::Initialize ( )
pure virtual

The documentation for this struct was generated from the following file: