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

Proxy of C++ bitset_t::iterator class.

Inheritance diagram for iterator:

Public Member Functions

 __init__ (self, *args)
 init(self, n=-1) -> iterator
 
"bool" __eq__ (self, *args)
 eq(self, n) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, n) -> bool
 
"int" __ref__ (self, *args)
 ref(self) -> int
 

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 )
Parameters
nint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
nbitset_t::iterator const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
nbitset_t::iterator const &

◆ __ref__()

"int" __ref__ ( 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: