![]() |
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 a
GarbageCollectedData&&` instance, and register the created struct in the module to garbage collect it automatically when the module is destroyed.
Definition at line 602 of file WasmDSL.hpp.
|
privatedefault |
|
default |
|
inlinevirtual |
Definition at line 612 of file WasmDSL.hpp.
Definition at line 604 of file WasmDSL.hpp.