Proxy of C++ bitset_t::iterator class.  
|  | 
|  | __init__ (self, "int" n=-1) | 
|  | init(self, n=-1) -> iterator 
 | 
|  | 
| "bool" | __eq__ (self, "iterator" n) | 
|  | eq(self, n) -> bool 
 | 
|  | 
| "bool" | __ne__ (self, "iterator" n) | 
|  | ne(self, n) -> bool 
 | 
|  | 
| "int" | __ref__ (self) | 
|  | ref(self) -> int 
 | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | "int" | n = -1 ) | 
      
 
 
◆ __eq__()
      
        
          | "bool" __eq__ | ( |  | self, | 
        
          |  |  | "iterator" | n ) | 
      
 
- Parameters
- 
  
    | n | bitset_t::iterator const & |  
 
 
 
◆ __ne__()
      
        
          | "bool" __ne__ | ( |  | self, | 
        
          |  |  | "iterator" | n ) | 
      
 
- Parameters
- 
  
    | n | bitset_t::iterator const & |  
 
 
 
◆ __ref__()
◆ 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: