Latest available version: IDA and decompilers v8.3.230608 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
bitset_t::iterator Class Reference

Public Member Functions

 iterator (int n=-1)
 
bool operator== (const iterator &n) const
 
bool operator!= (const iterator &n) const
 
int operator* (void) const
 

Friends

class bitset_t
 

Detailed Description

Definition at line 1809 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ iterator()

bitset_t::iterator::iterator ( int  n = -1)

Definition at line 1814 of file hexrays.hpp.

Member Function Documentation

◆ operator!=()

bool bitset_t::iterator::operator!= ( const iterator n) const

Definition at line 1816 of file hexrays.hpp.

◆ operator*()

int bitset_t::iterator::operator* ( void  ) const

Definition at line 1817 of file hexrays.hpp.

◆ operator==()

bool bitset_t::iterator::operator== ( const iterator n) const

Definition at line 1815 of file hexrays.hpp.

Friends And Related Function Documentation

◆ bitset_t

friend class bitset_t
friend

Definition at line 1811 of file hexrays.hpp.