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

Proxy of C++ cfgopt_t::num_range_t class.

Inheritance diagram for num_range_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _min, _max) -> num_range_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 minval = property(_ida_idp.num_range_t_minval_get, _ida_idp.num_range_t_minval_set, doc=)
 
 maxval = property(_ida_idp.num_range_t_maxval_get, _ida_idp.num_range_t_maxval_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_minint64
_maxint64

Property Documentation

◆ maxval

maxval = property(_ida_idp.num_range_t_maxval_get, _ida_idp.num_range_t_maxval_set, doc=)
static

◆ minval

minval = property(_ida_idp.num_range_t_minval_get, _ida_idp.num_range_t_minval_set, doc=)
static

◆ 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: