IDA C++ SDK 9.2
Loading...
Searching...
No Matches
qlist< T > Class Template Reference

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

Detailed Description

template<class T>
class qlist< T >

Linked list Note: linked list is not movable!

Member Typedef Documentation

◆ value_type

template<class T>
typedef T qlist< T >::value_type

Constructor & Destructor Documentation

◆ qlist() [1/2]

template<class T>
const_iterator qlist< T >::qlist ( void )
inline

Constructor.

◆ qlist() [2/2]

template<class T>
qlist< T >::qlist ( const qlist< T > & x)
inline

Constructor - creates a qlist identical to 'x'.

◆ ~qlist()

template<class T>
qlist< T >::~qlist ( void )
inline

Destructor.

Member Function Documentation

◆ DEFINE_LIST_ITERATOR()

template<class T>
qlist< T >::DEFINE_LIST_ITERATOR ( iterator ,
friend class const_iterator;  )

◆ const_iterator()

template<class T>
qlist< T >::const_iterator ( const iterator & x)
inline

◆ DEFINE_REVERSE_ITERATOR()

template<class T>
qlist< T >::DEFINE_REVERSE_ITERATOR ( reverse_iterator ,
iterator  )

Member Data Documentation

◆ const

template<class T>
qlist< T >::const

The documentation for this class was generated from the following file:
  • ida-sdk/src/include/pro.h