vd_printer_t Struct Reference

Base helper class to convert binary data structures into text. More...

Inheritance diagram for vd_printer_t:
file_printer_t vc_printer_t qstring_printer_t

List of all members.

Public Member Functions

virtual int print (int indent, const char *format,...)
int vprint (int indent, const char *format, va_list)

Public Attributes

int hdrlines
 number of header lines (prototype+typedef+lvars) valid at the end of print process

Detailed Description

Base helper class to convert binary data structures into text.

Other classes are derived from this class.

Definition at line 135 of file hexrays.hpp.