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

Proxy of C++ edm_t class.

Inheritance diagram for edm_t:

Public Member Functions

"bool" empty (self)
 empty(self) -> bool
 
"bool" __eq__ (self, "edm_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "edm_t" r)
 ne(self, r) -> bool
 
"void" swap (self, "edm_t" r)
 swap(self, r)
 
"tid_t" get_tid (self)
 get_tid(self) -> tid_t
 
 __init__ (self, *args)
 Create a structure/union member, with the specified name and value.
 

Static Public Attributes

str name = property(_ida_typeinf.edm_t_name_get, _ida_typeinf.edm_t_name_set, doc=)
 
str cmt = property(_ida_typeinf.edm_t_cmt_get, _ida_typeinf.edm_t_cmt_set, doc=)
 
str value = property(_ida_typeinf.edm_t_value_get, _ida_typeinf.edm_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,
* args )
Parameters
nameEnumerator name. Must not be empty.
valueEnumerator value
cmtEnumerator repeatable comment. May be empty.

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"edm_t" r )
Parameters
redm_t const &

◆ __ne__()

"bool" __ne__ ( self,
"edm_t" r )
Parameters
redm_t const &

◆ empty()

"bool" empty ( self)

◆ get_tid()

"tid_t" get_tid ( self)

◆ swap()

"void" swap ( self,
"edm_t" r )
Parameters
redm_t &

Member Data Documentation

◆ cmt

str cmt = property(_ida_typeinf.edm_t_cmt_get, _ida_typeinf.edm_t_cmt_set, doc=)
static

◆ name

str name = property(_ida_typeinf.edm_t_name_get, _ida_typeinf.edm_t_name_set, doc=)
static

◆ value

str value = property(_ida_typeinf.edm_t_value_get, _ida_typeinf.edm_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: