vd_printer_t Struct Reference
Base helper class to convert binary data structures into text. More...
#include <hexrays.hpp>
Inheritance diagram for vd_printer_t:

Public Member Functions | |
virtual int | print (int indent, const char *format,...) |
Public Attributes | |
qstring | tmpbuf |
int | hdrlines |
number of header lines (prototype+typedef+lvars) valid at the end of print process More... | |
Detailed Description
Base helper class to convert binary data structures into text.
Other classes are derived from this class.
- Examples
- hexrays_sample13.cpp, and hexrays_sample9.cpp.
Definition at line 857 of file hexrays.hpp.
Member Function Documentation
◆ print()
|
virtual |
Definition at line 9803 of file hexrays.hpp.
Member Data Documentation
◆ hdrlines
int vd_printer_t::hdrlines |
number of header lines (prototype+typedef+lvars) valid at the end of print process
Definition at line 860 of file hexrays.hpp.
◆ tmpbuf
qstring vd_printer_t::tmpbuf |
Definition at line 859 of file hexrays.hpp.