file_printer_t Struct Reference
Helper class to convert binary data structures into text and put into a file. More...
#include <hexrays.hpp>
Inheritance diagram for file_printer_t:

Public Member Functions | |
int | print (int indent, const char *format,...) override |
file_printer_t (FILE *_fp) | |
Constructor. More... | |
virtual int | print (int indent, const char *format,...) |
Public Attributes | |
FILE * | fp |
Output file pointer. More... | |
![]() | |
qstring | tmpbuf |
int | hdrlines |
number of header lines (prototype+typedef+lvars) valid at the end of print process More... | |
Detailed Description
Helper class to convert binary data structures into text and put into a file.
Definition at line 886 of file hexrays.hpp.
Constructor & Destructor Documentation
◆ file_printer_t()
file_printer_t::file_printer_t | ( | FILE * | _fp | ) |
Constructor.
Definition at line 898 of file hexrays.hpp.
Member Function Documentation
◆ print()
|
overridevirtual |
Reimplemented from vd_printer_t.
Definition at line 9813 of file hexrays.hpp.
Member Data Documentation
◆ fp
FILE* file_printer_t::fp |
Output file pointer.
Definition at line 888 of file hexrays.hpp.