IDAPython 9.0
Loading...
Searching...
No Matches
refinfo_t Class Reference
Inheritance diagram for refinfo_t:

Public Member Functions

'reftype_t' type (self)
 
bool is_target_optional (self)
 
bool no_base_xref (self)
 
bool is_pastend (self)
 
bool is_rvaoff (self)
 
bool is_custom (self)
 
bool is_subtract (self)
 
bool is_signed (self)
 
bool is_no_zeros (self)
 
bool is_no_ones (self)
 
bool is_selfref (self)
 
None set_type (self, 'reftype_t' rt)
 
None init (self, *args)
 
 __init__ (self)
 

Static Public Attributes

str target
 
str base
 
str tdelta
 
str flags
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ init()

None init ( self,
* args )

◆ is_custom()

bool is_custom ( self)

◆ is_no_ones()

bool is_no_ones ( self)

◆ is_no_zeros()

bool is_no_zeros ( self)

◆ is_pastend()

bool is_pastend ( self)

◆ is_rvaoff()

bool is_rvaoff ( self)

◆ is_selfref()

bool is_selfref ( self)

◆ is_signed()

bool is_signed ( self)

◆ is_subtract()

bool is_subtract ( self)

◆ is_target_optional()

bool is_target_optional ( self)
< is_reftype_target_optional()

◆ no_base_xref()

bool no_base_xref ( self)

◆ set_type()

None set_type ( self,
'reftype_t' rt )

◆ type()

'reftype_t' type ( self)

Member Data Documentation

◆ base

str base
static
Initial value:
= property(_ida_nalt.refinfo_t_base_get, _ida_nalt.
refinfo_t_base_set)

◆ flags

str flags
static
Initial value:
= property(_ida_nalt.refinfo_t_flags_get, _ida_nalt.
refinfo_t_flags_set)

◆ target

str target
static
Initial value:
= property(_ida_nalt.refinfo_t_target_get, _ida_nalt.
refinfo_t_target_set)

◆ tdelta

str tdelta
static
Initial value:
= property(_ida_nalt.refinfo_t_tdelta_get, _ida_nalt.
refinfo_t_tdelta_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: