Helper class to convert binary data structures into text and put into a file. More...
Public Member Functions | |
| int | print (int indent, const char *format,...) |
| Print. | |
| file_printer_t (FILE *_fp) | |
| Constructor. | |
Public Attributes | |
| FILE * | fp |
| Output file pointer. | |
Helper class to convert binary data structures into text and put into a file.
Definition at line 163 of file hexrays.hpp.
| int file_printer_t::print | ( | int | indent, | |
| const char * | format, | |||
| ... | ||||
| ) | [virtual] |
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 |
Reimplemented from vd_printer_t.