Base helper class to convert binary data structures into text. More...
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 | |
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.