MythTV  master
Classes | Functions
mythdeque.h File Reference
#include <QString>
#include <QStringList>
#include <deque>
Include dependency graph for mythdeque.h:
This graph shows which files directly or indirectly include this file:

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 >
myth_deque_init (const T *)
 
template<>
int myth_deque_init (const int *)
 
template<>
uint myth_deque_init (const uint *)
 
template<>
QString myth_deque_init (const QString *)
 
template<>
QStringList myth_deque_init (const QStringList *)
 

Function Documentation

◆ 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

Definition at line 13 of file mythdeque.h.

◆ myth_deque_init() [3/5]

template<>
uint myth_deque_init ( const uint )
inline

Definition at line 15 of file mythdeque.h.

◆ myth_deque_init() [4/5]

template<>
QString myth_deque_init ( const QString *  )
inline

Definition at line 17 of file mythdeque.h.

◆ myth_deque_init() [5/5]

template<>
QStringList myth_deque_init ( const QStringList *  )
inline

Definition at line 19 of file mythdeque.h.