IDAPython 8.4
Loading...
Searching...
No Matches
ea_pointer Class Reference

Proxy of C++ ea_pointer class.

Inheritance diagram for ea_pointer:

Public Member Functions

 __init__ (self, *args)
 init(self) -> ea_pointer
 
"void" assign (self, *args)
 assign(self, value)
 
"ea_t" value (self, *args)
 value(self) -> ea_t
 
"ea_t *" cast (self, *args)
 cast(self) -> ea_t *
 

Static Public Member Functions

"ea_pointer *" frompointer (*args)
 frompointer(t) -> ea_pointer
 

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 )

Member Function Documentation

◆ assign()

"void" assign ( self,
* args )
Parameters
valueea_t

◆ cast()

"ea_t *" cast ( self,
* args )

◆ frompointer()

"ea_pointer *" frompointer ( * args)
static
Parameters
tea_t *

◆ value()

"ea_t" value ( self,
* args )

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: