MeVisLab Toolbox Reference
ml::BackgroundTaskHandleAccessor Class Reference

#include <mlBackgroundTaskHandle.h>

Static Public Member Functions

static BackgroundTaskget (const BackgroundTaskHandle &handle)

Detailed Description

This class offers direct access to the contained background task. It should be used carefully, as it allows calling any non-thread-safe method on the task that runs in a different thread.

Definition at line 64 of file mlBackgroundTaskHandle.h.

Member Function Documentation

◆ get()

BackgroundTask * ml::BackgroundTaskHandleAccessor::get ( const BackgroundTaskHandle & handle)
inlinestatic

Definition at line 67 of file mlBackgroundTaskHandle.h.

References ml::BackgroundTaskHandle::_task.


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