IDAPython 9.0
Loading...
Searching...
No Matches
vc_printer_t Class Reference
Inheritance diagram for vc_printer_t:
vd_printer_t qstring_printer_t

Public Member Functions

 __init__ (self, 'cfunc_t' f)
 
bool oneliner (self)
 
 __disown__ (self)
 
- Public Member Functions inherited from vd_printer_t

Static Public Attributes

str func
 
str lastchar
 
- Static Public Attributes inherited from vd_printer_t
str tmpbuf
 
str hdrlines
 

Properties

 thisown
 
- Properties inherited from vd_printer_t
 thisown
 

Additional Inherited Members

- Protected Member Functions inherited from vd_printer_t
int _print (self, int indent, str format)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
'cfunc_t' f )

Reimplemented from vd_printer_t.

Reimplemented in qstring_printer_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented from vd_printer_t.

◆ oneliner()

bool oneliner ( self)
Are we generating one-line text representation? 

@returns `true` if the output will occupy one line without line breaks

Member Data Documentation

◆ func

str func
static
Initial value:
= property(_ida_hexrays.vc_printer_t_func_get,
_ida_hexrays.vc_printer_t_func_set)

◆ lastchar

str lastchar
static
Initial value:
= property(_ida_hexrays.vc_printer_t_lastchar_get,
_ida_hexrays.vc_printer_t_lastchar_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: