![]() |
mutable
A Database System for Research and Fast Prototyping
|
Helper struct for garbage collection done by the Module.
More...
#include <WasmDSL.hpp>
Public Member Functions | |
| GarbageCollectedData (GarbageCollectedData &&)=default | |
| virtual | ~GarbageCollectedData () |
Private Member Functions | |
| GarbageCollectedData ()=default | |
Friends | |
| struct | Module |
Helper struct for garbage collection done by the Module.
Inherit from this struct, provide a ctor expecting aGarbageCollectedData&&` instance, and register the created struct in the module to garbage collect it automatically when the module is destroyed.
Definition at line 603 of file WasmDSL.hpp.
|
privatedefault |
|
default |
|
inlinevirtual |
Definition at line 613 of file WasmDSL.hpp.
Definition at line 605 of file WasmDSL.hpp.