#include <data_copy.hpp>
Definition at line 12 of file data_copy.hpp.
◆ ~DataCopyInterface()
virtual bb::avm2::simulation::DataCopyInterface::~DataCopyInterface |
( |
| ) |
|
|
virtualdefault |
◆ cd_copy()
virtual void bb::avm2::simulation::DataCopyInterface::cd_copy |
( |
ContextInterface & |
context, |
|
|
const uint32_t |
cd_copy_size, |
|
|
const uint32_t |
cd_offset, |
|
|
const MemoryAddress |
dst_addr |
|
) |
| |
|
pure virtual |
◆ rd_copy()
virtual void bb::avm2::simulation::DataCopyInterface::rd_copy |
( |
ContextInterface & |
context, |
|
|
const uint32_t |
rd_copy_size, |
|
|
const uint32_t |
rd_offset, |
|
|
const MemoryAddress |
dst_addr |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: