#include <QString>
#include <QStringList>
#include <deque>
Go to the source code of this file.
|
class | MythDeque< T > |
| MythDeque is similar to QPtrQueue, while being based off deque, this allows that items that are not at the head of the queue can be seen/deleted. More...
|
|
◆ myth_deque_init() [1/5]
template<typename T >
T myth_deque_init |
( |
const T * |
| ) |
|
|
inline |
◆ myth_deque_init() [2/5]
template<>
int myth_deque_init |
( |
const int * |
| ) |
|
|
inline |
◆ myth_deque_init() [3/5]
◆ myth_deque_init() [4/5]
template<>
QString myth_deque_init |
( |
const QString * |
| ) |
|
|
inline |
◆ myth_deque_init() [5/5]
template<>
QStringList myth_deque_init |
( |
const QStringList * |
| ) |
|
|
inline |