Kagome
Polkadot Runtime Engine in C++17
|
#include <compartment_wrapper.hpp>
Public Member Functions | |
CompartmentWrapper (std::string &&name) | |
~CompartmentWrapper () | |
WAVM::Runtime::Compartment * | getCompartment () const |
Private Attributes | |
std::shared_ptr< CompartmentWrapperImpl > | impl_ |
A wrapper of the WAVM Compartment type, which is used by its garbage collection system
Definition at line 24 of file compartment_wrapper.hpp.
kagome::runtime::wavm::CompartmentWrapper::CompartmentWrapper | ( | std::string && | name | ) |
Definition at line 22 of file compartment_wrapper.cpp.
kagome::runtime::wavm::CompartmentWrapper::~CompartmentWrapper | ( | ) |
Definition at line 26 of file compartment_wrapper.cpp.
WAVM::Runtime::Compartment * kagome::runtime::wavm::CompartmentWrapper::getCompartment | ( | ) | const |
Definition at line 31 of file compartment_wrapper.cpp.
|
private |
Definition at line 32 of file compartment_wrapper.hpp.