Module idaapi :: Class typeinfo_t
[frames] | no frames]

Class typeinfo_t

object --+
         |
        typeinfo_t

Proxy of C++ typeinfo_t class

Instance Methods
 
__repr__(self)
repr(x)
typeinfo_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__swig_destroy__(...)
delete_typeinfo_t(typeinfo_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  ri
typeinfo_t_ri_get(typeinfo_t self) -> refinfo_t
  tid
typeinfo_t_tid_get(typeinfo_t self) -> tid_t
  path
typeinfo_t_path_get(typeinfo_t self) -> strpath_t
  strtype
typeinfo_t_strtype_get(typeinfo_t self) -> int32
  ec
typeinfo_t_ec_get(typeinfo_t self) -> enum_const_t

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: typeinfo_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

ri

typeinfo_t_ri_get(typeinfo_t self) -> refinfo_t

Get Method:
unreachable.typeinfo_t_ri_get(...) - typeinfo_t_ri_get(typeinfo_t self) -> refinfo_t
Set Method:
unreachable.typeinfo_t_ri_set(...) - typeinfo_t_ri_set(typeinfo_t self, refinfo_t ri)

tid

typeinfo_t_tid_get(typeinfo_t self) -> tid_t

Get Method:
unreachable.typeinfo_t_tid_get(...) - typeinfo_t_tid_get(typeinfo_t self) -> tid_t
Set Method:
unreachable.typeinfo_t_tid_set(...) - typeinfo_t_tid_set(typeinfo_t self, tid_t tid)

path

typeinfo_t_path_get(typeinfo_t self) -> strpath_t

Get Method:
unreachable.typeinfo_t_path_get(...) - typeinfo_t_path_get(typeinfo_t self) -> strpath_t
Set Method:
unreachable.typeinfo_t_path_set(...) - typeinfo_t_path_set(typeinfo_t self, strpath_t path)

strtype

typeinfo_t_strtype_get(typeinfo_t self) -> int32

Get Method:
unreachable.typeinfo_t_strtype_get(...) - typeinfo_t_strtype_get(typeinfo_t self) -> int32
Set Method:
unreachable.typeinfo_t_strtype_set(...) - typeinfo_t_strtype_set(typeinfo_t self, int32 strtype)

ec

typeinfo_t_ec_get(typeinfo_t self) -> enum_const_t

Get Method:
unreachable.typeinfo_t_ec_get(...) - typeinfo_t_ec_get(typeinfo_t self) -> enum_const_t
Set Method:
unreachable.typeinfo_t_ec_set(...) - typeinfo_t_ec_set(typeinfo_t self, enum_const_t ec)