FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OIL2 Interpreter Interfaces

Functions

OME_CORE_CALL void * OMEoil2StackCreate (const OMEinvocationData *mInfo)
 Creates a stack for an OIL2 method. More...
 
OME_CORE_CALL void OMEoil2StackDelete (const OMEinvocationData *mInfo, void *data)
 Deletes a stack associated with an OIL2 method. More...
 
OME_FAST_CALL int OMEoil2Interpreter (OMEthread *thread, const OMEtype &codeBody)
 Entry point for the OIL2 Architecture Neutral Format interpreter. More...
 

Detailed Description

Function Documentation

◆ OMEoil2Interpreter()

OME_FAST_CALL int OMEoil2Interpreter ( OMEthread thread,
const OMEtype codeBody 
)

◆ OMEoil2StackCreate()

OME_CORE_CALL void* OMEoil2StackCreate ( const OMEinvocationData mInfo)

Creates a stack for an OIL2 method.

Parameters
mInfodescribes the method.

References OMEinvocationData::stackSize.

◆ OMEoil2StackDelete()

OME_CORE_CALL void OMEoil2StackDelete ( const OMEinvocationData mInfo,
void *  data 
)

Deletes a stack associated with an OIL2 method.

Parameters
mInfodescribes the method.
datapoints to the stack previously created by a call to OMEoil2StackCreate().
Generated: Fri Jul 31 2020 18:19:16
Support Information