8.3
general documentation
cs_execution_context.h File Reference
#include "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. More...
 
const cs_execution_contextcs_execution_context_glob_get (void)
 Get the global execution context. More...
 
void cs_execution_context_glob_init (void)
 Initialize the global execution context. More...
 
void cs_execution_context_glob_finalize (void)
 Free the global execution context pointer. More...
 

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.