Classes | |
| struct | SClean |
Public Member Functions | |
| asSSystemFunctionInterface (const asSSystemFunctionInterface &in) | |
| void | Clear () |
| asSSystemFunctionInterface & | operator= (const asSSystemFunctionInterface &in) |
Public Attributes | |
| asFUNCTION_t | func |
| int | baseOffset |
| internalCallConv | callConv |
| bool | hostReturnInMemory |
| bool | hostReturnFloat |
| int | hostReturnSize |
| int | paramSize |
| bool | takesObjByVal |
| asCArray< bool > | paramAutoHandles |
| bool | returnAutoHandle |
| int | compositeOffset |
| bool | isCompositeIndirect |
| void * | auxiliary |
| asCArray< SClean > | cleanArgs |