#include <wasm_sysio_binary_ops.hpp>
Definition at line 25 of file wasm_sysio_binary_ops.hpp.
◆ instruction_stream()
sysio::chain::wasm_ops::instruction_stream::instruction_stream |
( |
size_t | size | ) |
|
|
inline |
◆ get()
std::vector< U8 > sysio::chain::wasm_ops::instruction_stream::get |
( |
| ) |
|
|
inline |
◆ get_index()
size_t sysio::chain::wasm_ops::instruction_stream::get_index |
( |
| ) |
|
|
inline |
◆ operator<<()
void sysio::chain::wasm_ops::instruction_stream::operator<< |
( |
const char | c | ) |
|
|
inline |
◆ set()
void sysio::chain::wasm_ops::instruction_stream::set |
( |
size_t | i, |
|
|
const char * | arr ) |
|
inline |
Definition at line 35 of file wasm_sysio_binary_ops.hpp.
35 {
36 if (i+
idx >= data.size())
37 data.resize(data.size()*2+i);
40 }
memcpy((char *) pInfo->slotDescription, s, l)
◆ data
std::vector<U8> sysio::chain::wasm_ops::instruction_stream::data |
◆ idx
size_t sysio::chain::wasm_ops::instruction_stream::idx |
The documentation for this class was generated from the following file: