mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Private Attributes | Friends
m::wasm::buffer_storage< true > Class Reference

#include <WasmUtil.hpp>

Collaboration diagram for m::wasm::buffer_storage< true >:
[legend]

Private Attributes

Global< Ptr< void > > base_address_
 global backup for base address of buffer
 
Global< U32x1 > size_
 global backup for current size of buffer, default initialized to 0
 
std::optional< Global< U32x1 > > capacity_
 

‍global backup for dynamic capacity of infinite buffer, default initialized to 0


 

Friends

struct Buffer< true >
 

Detailed Description

Definition at line 1057 of file WasmUtil.hpp.

Friends And Related Function Documentation

◆ Buffer< true >

friend struct Buffer< true >
friend

Definition at line 946 of file WasmUtil.hpp.

Field Documentation

◆ base_address_

Global<Ptr<void> > m::wasm::buffer_storage< true >::base_address_
private

global backup for base address of buffer

Definition at line 1061 of file WasmUtil.hpp.

◆ capacity_

std::optional<Global<U32x1> > m::wasm::buffer_storage< true >::capacity_
private

‍global backup for dynamic capacity of infinite buffer, default initialized to 0

Definition at line 1064 of file WasmUtil.hpp.

◆ size_

Global<U32x1> m::wasm::buffer_storage< true >::size_
private

global backup for current size of buffer, default initialized to 0

Definition at line 1062 of file WasmUtil.hpp.


The documentation for this class was generated from the following file: