#include <DisassemblyAnnotation.hh>
Represents an annotation.
Definition at line 44 of file DisassemblyAnnotation.hh.
◆ DisassemblyAnnotation()
DisassemblyAnnotation::DisassemblyAnnotation |
( |
Word |
id, |
|
|
const std::vector< Byte > & |
payload |
|
) |
| |
Constructor.
- Parameters
-
id | Id of the annotation. |
payload | Data for the annotation. |
Definition at line 45 of file DisassemblyAnnotation.cc.
◆ ~DisassemblyAnnotation()
DisassemblyAnnotation::~DisassemblyAnnotation |
( |
| ) |
|
|
virtual |
◆ toString()
string DisassemblyAnnotation::toString |
( |
| ) |
const |
|
virtual |
◆ id_
Word DisassemblyAnnotation::id_ |
|
private |
◆ payload_
std::vector<Byte> DisassemblyAnnotation::payload_ |
|
private |
The documentation for this class was generated from the following files: