9.0
general documentation
Loading...
Searching...
No Matches
cs_execution_context.h File Reference
#include "base/cs_defs.h"
#include <utility>
Include dependency graph for cs_execution_context.h:

Go to the source code of this file.

Data Structures

class  cs_execution_context

Functions

const cs_execution_contextcs_execution_context_get (void)
 Get the current execution context. For the moment only global context is returned.
const cs_execution_contextcs_execution_context_glob_get (void)
 Get the global execution context.
void cs_execution_context_glob_init (void)
 Initialize the global execution context.
void cs_execution_context_glob_finalize (void)
 Free the global execution context pointer.

Function Documentation

◆ cs_execution_context_get()

const cs_execution_context * cs_execution_context_get ( void )

Get the current execution context. For the moment only global context is returned.

Returns
pointer to current execution context.

◆ cs_execution_context_glob_finalize()

void cs_execution_context_glob_finalize ( void )

Free the global execution context pointer.

◆ cs_execution_context_glob_get()

const cs_execution_context * cs_execution_context_glob_get ( void )

Get the global execution context.

Returns
pointer to global execution context.

◆ cs_execution_context_glob_init()

void cs_execution_context_glob_init ( void )

Initialize the global execution context.