IDAPython 9.0
Loading...
Searching...
No Matches
cwhile_t Class Reference
Inheritance diagram for cwhile_t:
cloop_t ceinsn_t

Public Member Functions

bool __eq__ (self, 'cwhile_t' r)
 
bool __ne__ (self, 'cwhile_t' r)
 
bool __lt__ (self, 'cwhile_t' r)
 
bool __gt__ (self, 'cwhile_t' r)
 
bool __le__ (self, 'cwhile_t' r)
 
bool __ge__ (self, 'cwhile_t' r)
 
int compare (self, 'cwhile_t' r)
 
 __init__ (self)
 
- Public Member Functions inherited from cloop_t
'cloop_t &' assign (self, 'cloop_t' r)
 
None cleanup (self)
 
- Public Member Functions inherited from ceinsn_t

Properties

 thisown
 
- Properties inherited from cloop_t
 thisown
 
- Properties inherited from ceinsn_t
 thisown
 

Additional Inherited Members

- Static Public Attributes inherited from cloop_t
str body
 
- Static Public Attributes inherited from ceinsn_t
str expr
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented from cloop_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'cwhile_t' r )

◆ __ge__()

bool __ge__ ( self,
'cwhile_t' r )

◆ __gt__()

bool __gt__ ( self,
'cwhile_t' r )

◆ __le__()

bool __le__ ( self,
'cwhile_t' r )

◆ __lt__()

bool __lt__ ( self,
'cwhile_t' r )

◆ __ne__()

bool __ne__ ( self,
'cwhile_t' r )

◆ compare()

int compare ( self,
'cwhile_t' r )

Property Documentation

◆ thisown

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

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