Proxy of C++ user_defined_prefix_t class.
|
| | __init__ (self, *args) |
| | init(self, prefix_len, owner) -> user_defined_prefix_t
|
| |
| "void" | get_user_defined_prefix (self, "ea_t" ea, "insn_t const &" insn, "int" lnnum, "int" indent, "char const *" line) |
| | get_user_defined_prefix(self, ea, insn, lnnum, indent, line) This callback must be overridden by the derived class.
|
| |
| | __disown__ (self) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| prefix_len | size_t |
| owner | void const * |
◆ __disown__()
◆ get_user_defined_prefix()
| "void" get_user_defined_prefix |
( |
| self, |
|
|
"ea_t" | ea, |
|
|
"insn_t const &" | insn, |
|
|
"int" | lnnum, |
|
|
"int" | indent, |
|
|
"char const *" | line ) |
- Parameters
-
| ea | (C++: ea_t) the current address |
| insn | (C++: const class insn_t &) the current instruction. if the current item is not an instruction, then insn.itype is zero. |
| lnnum | (C++: int) number of the current line (each address may have several listing lines for it). 0 means the very first line for the current address. |
| indent | (C++: int) see explanations for gen_printf() |
| line | (C++: const char *) the line to be generated. the line usually contains color tags. this argument can be examined to decide whether to generate the prefix. |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: