Go to the source code of this file.
Classes | |
| 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... | |
Functions | |
| template<typename T > | |
| T | myth_deque_init (const T *) |
| template<> | |
| QString | myth_deque_init (const QString *) |
| T myth_deque_init | ( | const T * | ) | [inline] |
Definition at line 11 of file mythdeque.h.
Referenced by MythDeque< QStringList >::dequeue(), MythDeque< QStringList >::head(), and MythDeque< QStringList >::tail().
| QString myth_deque_init | ( | const QString * | ) | [inline] |
Definition at line 13 of file mythdeque.h.
1.6.3