JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <DirectoryExport.h>
Public Member Functions | |
~DirectoryExportThread () override=default | |
IWorkerThread (IQueue *iqueue, OQueue *oqueue, const WConf &conf) | |
IWorkerThread (IQueue *iqueue, OQueue *oqueue, WConf &&conf) | |
IWorkerThread (IWorkerThread &&)=default | |
IWorkerThread (const IWorkerThread &)=delete | |
Public Member Functions inherited from IWorkerThread< JsonContainerQueue, NullQueue, std::string > | |
IWorkerThread (IQueue *iqueue, OQueue *oqueue, const WConf &conf) | |
IWorkerThread (IQueue *iqueue, OQueue *oqueue, WConf &&conf) | |
IWorkerThread (IWorkerThread &&)=default | |
IWorkerThread (const IWorkerThread &)=delete | |
IWorkerThread & | operator= (IWorkerThread &&)=default |
IWorkerThread & | operator= (const IWorkerThread &)=delete |
virtual | ~IWorkerThread () |
void | start () |
void | waitFor () |
void | stop () |
bool | requestedToStop () const |
bool | isRunning () const |
Static Public Member Functions | |
static const size_t | recommendedThreads () |
Static Public Member Functions inherited from IWorkerThread< JsonContainerQueue, NullQueue, std::string > | |
static constexpr auto | getIQueueFlags () |
static constexpr auto | getOQueueFlags () |
static const size_t | recommendedThreads () |
Protected Member Functions | |
void | work () override |
Additional Inherited Members | |
Public Types inherited from IWorkerThread< JsonContainerQueue, NullQueue, std::string > | |
typedef IQueueStruct::queue_t | IQueue |
typedef OQueueStruct::queue_t | OQueue |
typedef IQueueStruct::payload_t | IPayload |
typedef OQueueStruct::payload_t | OPayload |
typedef std::string | WConf |
Protected Attributes inherited from IWorkerThread< JsonContainerQueue, NullQueue, std::string > | |
IQueue * | iqueue |
OQueue * | oqueue |
WConf | conf |
bool | shouldRun |
|
overridedefault |
|
delete |
|
inline |
|
inline |
|
default |
|
inlinestatic |
|
overrideprotectedvirtual |