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
user_labels_iterator_t Struct Reference

Iterator class for user_labels_t. More...

Public Member Functions

bool operator== (const user_labels_iterator_t &p) const
 
bool operator!= (const user_labels_iterator_t &p) const
 

Public Attributes

iterator_word x
 

Detailed Description

Iterator class for user_labels_t.

Examples
hexrays_sample4.cpp.

Definition at line 36 of file hexrays.dox.

Member Function Documentation

◆ operator!=()

bool user_labels_iterator_t::operator!= ( const user_labels_iterator_t p) const

Definition at line 9273 of file hexrays.hpp.

◆ operator==()

bool user_labels_iterator_t::operator== ( const user_labels_iterator_t p) const

Definition at line 9272 of file hexrays.hpp.

Member Data Documentation

◆ x

iterator_word user_labels_iterator_t::x

Definition at line 9271 of file hexrays.hpp.