IDAPython 9.0
Loading...
Searching...
No Matches
type_attr_t Class Reference

Proxy of C++ type_attr_t class.

Inheritance diagram for type_attr_t:

Public Member Functions

"bool" __lt__ (self, "type_attr_t" r)
 lt(self, r) -> bool
 
"bool" __ge__ (self, "type_attr_t" r)
 ge(self, r) -> bool
 
 __init__ (self)
 init(self) -> type_attr_t
 

Static Public Attributes

str key = property(_ida_typeinf.type_attr_t_key_get, _ida_typeinf.type_attr_t_key_set, doc=)
 
str value = property(_ida_typeinf.type_attr_t_value_get, _ida_typeinf.type_attr_t_value_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __ge__()

"bool" __ge__ ( self,
"type_attr_t" r )
Parameters
rtype_attr_t const &

◆ __lt__()

"bool" __lt__ ( self,
"type_attr_t" r )
Parameters
rtype_attr_t const &

Member Data Documentation

◆ key

str key = property(_ida_typeinf.type_attr_t_key_get, _ida_typeinf.type_attr_t_key_set, doc=)
static

◆ value

str value = property(_ida_typeinf.type_attr_t_value_get, _ida_typeinf.type_attr_t_value_set, doc=)
static

Property Documentation

◆ thisown

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

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