IDA C++ SDK 9.2
|
List of UI requests. More...
#include <kernwin.hpp>
Additional Inherited Members | |
Public Types inherited from qlist< ui_request_t * > | |
typedef ui_request_t * | value_type |
Public Member Functions inherited from qlist< ui_request_t * > | |
DEFINE_LIST_ITERATOR (iterator,, friend class const_iterator;) DEFINE_LIST_ITERATOR(const_iterator | |
const_iterator (const iterator &x) | |
DEFINE_REVERSE_ITERATOR (reverse_iterator, iterator) DEFINE_REVERSE_ITERATOR(const_reverse_iterator | |
const_iterator | qlist (void) |
Constructor. | |
~qlist (void) | |
Destructor. | |
Public Attributes inherited from qlist< ui_request_t * > | |
const |
List of UI requests.
The ui_request_t is allocated by the caller but its ownership is transferred to the execute_ui_requests(). The ui_request_t instance will be deleted as soon as it is executed and was not rescheduled for another run.