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

#include "workerthreadbase.h"

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

Public Member Functions

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

Detailed Description

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

Definition at line 102 of file workerthreadbase.h.

Constructor & Destructor Documentation

◆ ~InitializerBase()

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

Member Function Documentation

◆ Initialize()

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

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