|
Nemiver
0.3
|
#include <nmv-asm-instr.h>
Public Member Functions | |
| AsmInstr () | |
| AsmInstr (const string &a_address, const string &a_func, const string &a_offset, const string &a_instr) | |
| virtual | ~AsmInstr () |
| const string & | address () const |
| void | address (string &a) |
| const string & | function () const |
| void | function (const string &a_str) |
| const string & | offset () const |
| void | offset (string &a_o) |
| const string & | instruction () const |
| void | instruction (const string &a_instr) |
Assembly instruction type It carries the address of the instruction, the function the instruction is from, offset of the instruction starting from the beginning of the function, and the instruction itself, represented by a string.
|
inlineexplicit |
|
inline |
|
inlinevirtual |
|
inline |
Referenced by nemiver::common::operator<<().
|
inline |
|
inline |
Referenced by nemiver::common::operator<<().
|
inline |
|
inline |
Referenced by nemiver::common::operator<<().
|
inline |
|
inline |
Referenced by nemiver::common::operator<<().
|
inline |
1.8.17