Module ida_hexrays :: Class bit_bound_t
[frames] | no frames]

Class bit_bound_t

object --+
         |
        bit_bound_t

Proxy of C++ bit_bound_t class.

Instance Methods
bit_bound_t
__init__(self, n=0, s=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  nbits
bit_bound_t_nbits_get(self) -> int16
  sbits
bit_bound_t_sbits_get(self) -> int16
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, n=0, s=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: bit_bound_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

nbits

bit_bound_t_nbits_get(self) -> int16

Get Method:
unreachable.bit_bound_t_nbits_get(self)
Set Method:
unreachable.bit_bound_t_nbits_set(self, nbits)

sbits

bit_bound_t_sbits_get(self) -> int16

Get Method:
unreachable.bit_bound_t_sbits_get(self)
Set Method:
unreachable.bit_bound_t_sbits_set(self, sbits)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)