Iterates over machine code bytes from assembled instructions.
More...
#include <fcml_assembler.hpp>
Iterates over machine code bytes from assembled instructions.
- Since
- 1.1.0
◆ CodeIterator()
Creates a code iterator instance.
- Parameters
-
assembledInstructions | Assembled instructions. |
- Since
- 1.1.0
◆ ~CodeIterator()
virtual fcml::CodeIterator::~CodeIterator |
( |
| ) |
|
|
inlinevirtual |
◆ hasNext()
bool fcml::CodeIterator::hasNext |
( |
| ) |
|
|
inlinevirtual |
Gets true if there is an another element in the iterator.
- Returns
- True if there is another byte in the iterator.
- Since
- 1.1.0
Implements fcml::Iterator< fcml_uint8_t >.
◆ next()
fcml_uint8_t fcml::CodeIterator::next |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: