MeVisLabToolboxReference
ml::BackgroundTaskHandleAccessor Class Reference

This class offers direct access to the contained background task. More...

#include <mlBackgroundTaskHandle.h>

List of all members.

Static Public Member Functions

static BackgroundTaskget (const BackgroundTaskHandle &handle)

Detailed Description

This class offers direct access to the contained background task.

It should be carefully used because it allows to call any non-thread-safe method on the task, which runs in a different thread.

Definition at line 64 of file mlBackgroundTaskHandle.h.


Member Function Documentation

static BackgroundTask* ml::BackgroundTaskHandleAccessor::get ( const BackgroundTaskHandle handle) [inline, static]

Definition at line 67 of file mlBackgroundTaskHandle.h.


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