Disassembler result.
More...
#include <fcml_disassembler.hpp>
|
|
class | Disassembler |
| |
|
class | DisassemblerTypeConverter |
| |
Disassembler result.
It's a counterpart to the fcml_st_disassembler_result structure.
- Since
- 1.1.0
◆ clean()
| void fcml::DisassemblerResult::clean |
( |
| ) |
|
|
inline |
Cleans the disassembling result.
- Since
- 1.1.0
◆ getErrorContainer()
| const ErrorContainer& fcml::DisassemblerResult::getErrorContainer |
( |
| ) |
const |
|
inline |
Gets errors container with errors related to the failed disassembling process.
- Returns
- The error container.
- Since
- 1.1.0
◆ getInstruction()
| const Instruction& fcml::DisassemblerResult::getInstruction |
( |
| ) |
const |
|
inline |
Gets errors container with errors related to the failed disassembling process.
- Returns
- The error container.
- Since
- 1.1.0
◆ getInstructionDetails()
Gets instruction details associated with the instruction.
- Returns
- The instruction details.
- Since
- 1.1.0
◆ getInstructionDetailsInternal()
Gets mutable instruction details.
- Returns
- Instruction details.
- Since
- 1.1.0
◆ getInstructionInternal()
| Instruction& fcml::DisassemblerResult::getInstructionInternal |
( |
| ) |
|
|
inlineprotected |
Gets mutable instruction.
- Returns
- The mutable instruction.
- Since
- 1.1.0
◆ setErrorContainer()
| void fcml::DisassemblerResult::setErrorContainer |
( |
const ErrorContainer & |
errorContainer | ) |
|
|
inlineprotected |
Sets error container.
- Parameters
-
| errorContainer | The error container. |
- Since
- 1.1.0
◆ setInstruction()
| void fcml::DisassemblerResult::setInstruction |
( |
const Instruction & |
instruction | ) |
|
|
inlineprotected |
Sets a new instruction for the result.
- Parameters
-
| instruction | The instruction to be copied to the result. |
- Since
- 1.1.0
◆ setInstructionDetails()
| void fcml::DisassemblerResult::setInstructionDetails |
( |
const InstructionDetails & |
instructionDetails | ) |
|
|
inlineprotected |
Sets new instruction details for the disassembler.
- Parameters
-
| instructionDetails | The instruction details. |
- Since
- 1.1.0
The documentation for this class was generated from the following file: