IDA C++ SDK 9.2
|
Base helper class to convert binary data structures into text. More...
#include <hexrays.hpp>
Public Member Functions | |
AS_PRINTF (3, 4) virtual int hexapi print(int indent | |
Print. |
Public Attributes | |
qstring | tmpbuf |
int | hdrlines = 0 |
number of header lines (prototype+typedef+lvars) valid at the end of print process | |
const char * | format |
Base helper class to convert binary data structures into text.
Other classes are derived from this class.
vd_printer_t::AS_PRINTF | ( | 3 | , |
4 | ) |
Print.
This function is called to generate a portion of the output text. The output text may contain color codes.
indent | number of spaces to generate as prefix |
format | printf-style format specifier |
qstring vd_printer_t::tmpbuf |
int vd_printer_t::hdrlines = 0 |
number of header lines (prototype+typedef+lvars) valid at the end of print process
const char* vd_printer_t::format |