#include <BittyBuzzBytecode.h>
◆ BittyBuzzBytecode()
BittyBuzzBytecode::BittyBuzzBytecode |
( |
ILogger & |
logger, |
|
|
const uint8_t * |
bytecode, |
|
|
uint16_t |
bytecodeLength |
|
) |
| |
◆ ~BittyBuzzBytecode()
BittyBuzzBytecode::~BittyBuzzBytecode |
( |
| ) |
|
|
default |
◆ getBytecodeFetchFunction()
bbzvm_bcode_fetch_fun BittyBuzzBytecode::getBytecodeFetchFunction |
( |
| ) |
const |
|
overridevirtual |
◆ getBytecodeLength()
uint16_t BittyBuzzBytecode::getBytecodeLength |
( |
| ) |
const |
|
overridevirtual |
Get the size of the BittyBuzz byte code.
- Returns
- the size of the byte code
Implements IBittyBuzzBytecode.
◆ m_bytecode
const uint8_t* BittyBuzzBytecode::m_bytecode |
|
private |
◆ m_bytecodeLength
const uint16_t BittyBuzzBytecode::m_bytecodeLength |
|
private |
◆ m_logger
ILogger& BittyBuzzBytecode::m_logger |
|
private |
The documentation for this class was generated from the following files: