qstring_printer_t Struct Reference

Helper class to convert cfunc_t into a text string. More...

Inheritance diagram for qstring_printer_t:
vc_printer_t vd_printer_t

List of all members.

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.

Detailed Description

Helper class to convert cfunc_t into a text string.

Examples:

hexrays_sample1.cpp.

Definition at line 178 of file hexrays.hpp.