HiveMind
|
Manages the BittyBuzz byte code. More...
#include <IBittyBuzzBytecode.h>
Public Member Functions | |
virtual | ~IBittyBuzzBytecode ()=default |
virtual bbzvm_bcode_fetch_fun | getBytecodeFetchFunction () const =0 |
Obtain the function that fetches the BittyBuzz byte code. More... | |
virtual uint16_t | getBytecodeLength () const =0 |
Get the size of the BittyBuzz byte code. More... | |
Manages the BittyBuzz byte code.
|
virtualdefault |
|
pure virtual |
Obtain the function that fetches the BittyBuzz byte code.
Implemented in BittyBuzzBytecode.
|
pure virtual |
Get the size of the BittyBuzz byte code.
Implemented in BittyBuzzBytecode.