#include "CentumSharedCode.h"
Include dependency graph for CProcessData.cpp:
Functions | |
CENTUMSHAREDCODE_API void | AddCProcessDataReference (CProcessData *p) |
Increases the reference count of the process. | |
CENTUMSHAREDCODE_API void | ReleaseCProcessData (CProcessData *p) |
Decreases the reference count of the process. | |
CENTUMSHAREDCODE_API ExecutionReturn | ExecuteSingleFunction (CProcessData *dat, CThing *function, CThingStack *params, CThingStack *usings) |
This function executes the passed CThing. |
|
Increases the reference count of the process.
|
|
This function executes the passed CThing. The CThing is called with the passed parameters and usings (which may be NULL), and is called from the global scope.
|
|
Decreases the reference count of the process. If the reference count is zero the process' destruct function is called and it is freed with its own memory manager.
|