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