derelict.angelscript.ascpp

Undocumented in source.

Members

Aliases

da_asAcquireExclusiveLock
alias da_asAcquireExclusiveLock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asAcquireSharedLock
alias da_asAcquireSharedLock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asAllocMem
alias da_asAllocMem = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asAtomicDec
alias da_asAtomicDec = int function(ref int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asAtomicInc
alias da_asAtomicInc = int function(ref int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asCreateLockableSharedBool
alias da_asCreateLockableSharedBool = asILockableSharedBool* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asCreateScriptEngine
alias da_asCreateScriptEngine = asIScriptEngine* function(asDWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asFreeMem
alias da_asFreeMem = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asGetActiveContext
alias da_asGetActiveContext = asIScriptContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asGetLibraryOptions
alias da_asGetLibraryOptions = const(char*) function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asGetLibraryVersion
alias da_asGetLibraryVersion = const(char*) function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asGetThreadManager
alias da_asGetThreadManager = asIThreadManager* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asPrepareMultithread
alias da_asPrepareMultithread = int function(asIThreadManager*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asReleaseExclusiveLock
alias da_asReleaseExclusiveLock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asReleaseSharedLock
alias da_asReleaseSharedLock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asResetGlobalMemoryFunctions
alias da_asResetGlobalMemoryFunctions = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asSetGlobalMemoryFunctions
alias da_asSetGlobalMemoryFunctions = int function(asALLOCFUNC_t, asFREEFUNC_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asThreadCleanup
alias da_asThreadCleanup = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asUnprepareMultithread
alias da_asUnprepareMultithread = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictAngelscriptCPPLoader
class DerelictAngelscriptCPPLoader
Undocumented in source.

Static variables

DerelictAngelscriptCPP
DerelictAngelscriptCPPLoader DerelictAngelscriptCPP;
Undocumented in source.
asAcquireExclusiveLock
da_asAcquireExclusiveLock asAcquireExclusiveLock;
Undocumented in source.
asAcquireSharedLock
da_asAcquireSharedLock asAcquireSharedLock;
Undocumented in source.
asAllocMem
da_asAllocMem asAllocMem;
Undocumented in source.
asAtomicDec
da_asAtomicDec asAtomicDec;
Undocumented in source.
asAtomicInc
da_asAtomicInc asAtomicInc;
Undocumented in source.
asCreateLockableSharedBool
da_asCreateLockableSharedBool asCreateLockableSharedBool;
Undocumented in source.
asCreateScriptEngine
da_asCreateScriptEngine asCreateScriptEngine;
Undocumented in source.
asFreeMem
da_asFreeMem asFreeMem;
Undocumented in source.
asGetActiveContext
da_asGetActiveContext asGetActiveContext;
Undocumented in source.
asGetLibraryOptions
da_asGetLibraryOptions asGetLibraryOptions;
Undocumented in source.
asGetLibraryVersion
da_asGetLibraryVersion asGetLibraryVersion;
Undocumented in source.
asGetThreadManager
da_asGetThreadManager asGetThreadManager;
Undocumented in source.
asPrepareMultithread
da_asPrepareMultithread asPrepareMultithread;
Undocumented in source.
asReleaseExclusiveLock
da_asReleaseExclusiveLock asReleaseExclusiveLock;
Undocumented in source.
asReleaseSharedLock
da_asReleaseSharedLock asReleaseSharedLock;
Undocumented in source.
asResetGlobalMemoryFunctions
da_asResetGlobalMemoryFunctions asResetGlobalMemoryFunctions;
Undocumented in source.
asSetGlobalMemoryFunctions
da_asSetGlobalMemoryFunctions asSetGlobalMemoryFunctions;
Undocumented in source.
asThreadCleanup
da_asThreadCleanup asThreadCleanup;
Undocumented in source.
asUnprepareMultithread
da_asUnprepareMultithread asUnprepareMultithread;
Undocumented in source.

Meta