|
IDA C++ SDK 9.2
|
Linked list Note: linked list is not movable! More...
#include <pro.h>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| 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 (const qlist< T > &x) | |
| Constructor - creates a qlist identical to 'x'. | |
| ~qlist (void) | |
| Destructor. | |
Public Attributes | |
| const | |
Linked list Note: linked list is not movable!
| typedef T qlist< T >::value_type |
|
inline |
Constructor.
Constructor - creates a qlist identical to 'x'.
| qlist< T >::DEFINE_LIST_ITERATOR | ( | iterator | , |
| friend class const_iterator; | ) |
| qlist< T >::DEFINE_REVERSE_ITERATOR | ( | reverse_iterator | , |
| iterator | ) |
| qlist< T >::const |