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
qiterator< T > Class Template Referenceabstract

Interface class for iterator types. More...

#include <pro.h>

Inherits qrefcnt_obj_t.

Public Types

typedef T value_type
 

Public Member Functions

virtual bool idaapi first (void)=0
 
virtual bool idaapi next (void)=0
 
virtual T idaapi operator* (void)=0
 
virtual T get (void) new api
 
- Public Member Functions inherited from qrefcnt_obj_t
 qrefcnt_obj_t (void)
 Constructor.
 
virtual void idaapi release (void)=0
 Call destructor. More...
 

Additional Inherited Members

- Public Attributes inherited from qrefcnt_obj_t
int refcnt
 counter
 

Detailed Description

template<class T>
class qiterator< T >

Interface class for iterator types.


The documentation for this class was generated from the following file: