dplug.core.runtime

This file provides ScopedForeignCallback to be used in every callback, and use to provide runtime initialization (now unused).

Members

Structs

ScopedForeignCallback
struct ScopedForeignCallback(bool assumeRuntimeIsAlreadyInitialized, bool saveRestoreFPU)

RAII struct to cover callbacks that need attachment and runtime initialized. This deals with runtime inialization and thread attachment in a very explicit way.

Meta

Authors

Guillaume Piolat