API Documentation
Static Public Member Functions | List of all members
nkAstraeus::nkTasksWrap::EnvironmentInitializer Class Referencefinal

Allows to initialize an environment to set up all the offered wrapping for nkTasks inside it. More...

Static Public Member Functions

static void initDeclaredTypes (nkScripts::Environment *env)
 
static void updateEnvironment (nkScripts::Environment *env, LogManager *targetLogManager)
 

Detailed Description

Allows to initialize an environment to set up all the offered wrapping for nkTasks inside it.

Member Function Documentation

◆ initDeclaredTypes()

static void nkAstraeus::nkTasksWrap::EnvironmentInitializer::initDeclaredTypes ( nkScripts::Environment env)
static

Updates a given environment and declare all types wrapped in nkTasks.

Parameters
envThe environment to set up.

◆ updateEnvironment()

static void nkAstraeus::nkTasksWrap::EnvironmentInitializer::updateEnvironment ( nkScripts::Environment env,
LogManager targetLogManager 
)
static

Updates a given environment and populate the declared types to set it up to use all functions wrapped in the nkTasks component.

Parameters
envThe environment to set up.
targetLogManagerThe target log manager, should logging happen within the populated methods.

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