This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::EnlightenTask

A task to be executed by a TaskProcessor. It consists of a task type and an object pointer.

Variables

Name Description
void * m_TaskData

Object pointer, whose type depends upon the task type.

EnlightenTaskType m_TaskType

The task type.

Functions


Enlighten::EnlightenTask::EnlightenTask


public: EnlightenTask
(
    EnlightenTaskType taskType,
    void * taskData
)


EnlightenTask constructor.

  • No labels