Helper class to convert cfunc_t into a text string. More...
Public Member Functions | |
| qstring_printer_t (const cfunc_t *f, qstring &_s, bool tags) | |
| Constructor. | |
| int | print (int indent, const char *format,...) |
| int | vprint (int indent, const char *format, va_list) |
Public Attributes | |
| bool | with_tags |
| Generate output with color tags. | |
| qstring & | s |
| Reference to the output string. | |
Helper class to convert cfunc_t into a text string.
Definition at line 178 of file hexrays.hpp.