IDAPython 9.0
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, "int64" _min, "int64" _max)
 init(self, _min, _max) -> num_range_t
 

Static Public Attributes

str minval = property(_ida_idp.num_range_t_minval_get, _ida_idp.num_range_t_minval_set, doc=)
 
str maxval = property(_ida_idp.num_range_t_maxval_get, _ida_idp.num_range_t_maxval_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,
"int64" _min,
"int64" _max )
Parameters
_minint64
_maxint64

Member Data Documentation

◆ maxval

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

◆ minval

str minval = property(_ida_idp.num_range_t_minval_get, _ida_idp.num_range_t_minval_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: