Module ida_typeinf :: Class type_mods_t
[frames] | no frames]

Class type_mods_t

object --+
         |
        type_mods_t

Proxy of C++ type_mods_t class.

Instance Methods
type_mods_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
 
clear(self)
bool
has_cmt(self)
bool
has_info(self)
bool
has_name(self)
bool
has_type(self)
 
set_new_cmt(self, c)
 
set_new_name(self, n)
 
set_new_type(self, t)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  cmt
type_mods_t_cmt_get(self) -> qstring *
  flags
type_mods_t_flags_get(self) -> int
  name
type_mods_t_name_get(self) -> qstring *
  thisown
The membership flag
  type
type_mods_t_type_get(self) -> tinfo_t

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: type_mods_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

cmt

type_mods_t_cmt_get(self) -> qstring *

Get Method:
unreachable.type_mods_t_cmt_get(self)
Set Method:
unreachable.type_mods_t_cmt_set(self, cmt)

flags

type_mods_t_flags_get(self) -> int

Get Method:
unreachable.type_mods_t_flags_get(self)
Set Method:
unreachable.type_mods_t_flags_set(self, flags)

name

type_mods_t_name_get(self) -> qstring *

Get Method:
unreachable.type_mods_t_name_get(self)
Set Method:
unreachable.type_mods_t_name_set(self, name)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

type

type_mods_t_type_get(self) -> tinfo_t

Get Method:
unreachable.type_mods_t_type_get(self)
Set Method:
unreachable.type_mods_t_type_set(self, type)