Latest available version: IDA and decompilers v8.4.240320sp1 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* () const
 

Friends

class bitset_t
 

Detailed Description

Definition at line 1798 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ iterator()

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

Definition at line 1803 of file hexrays.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 1805 of file hexrays.hpp.

◆ operator*()

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

Definition at line 1806 of file hexrays.hpp.

◆ operator==()

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

Definition at line 1804 of file hexrays.hpp.

Friends And Related Function Documentation

◆ bitset_t

friend class bitset_t
friend

Definition at line 1800 of file hexrays.hpp.