IDA SDK
|
Interface class for iterator types.
Inherits qrefcnt_obj_t.
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 |
![]() | |
qrefcnt_obj_t (void) | |
Constructor. | |
virtual void idaapi | release (void)=0 |
Call destructor. More... | |
Public Types | |
typedef T | value_type |
Additional Inherited Members | |
![]() | |
int | refcnt |
counter | |