IDA C++ SDK 9.2
|
Interface class for iterator types. More...
#include <pro.h>
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. |
Additional Inherited Members | |
Public Attributes inherited from qrefcnt_obj_t | |
int | refcnt |
counter |
Interface class for iterator types.
typedef T qiterator< T >::value_type |