MythTV
master
|
#include <deque>
#include <QStringList>
#include <QMap>
Go to the source code of this file.
Classes | |
class | MythScheduler |
This is an generic interface to a program scheduler. More... | |
Macros | |
#define | SORT_RECLIST(LIST, ORDER) do { std::stable_sort((LIST).begin(), (LIST).end(), ORDER); } while (false) |
Typedefs | |
using | RecList = std::deque< RecordingInfo * > |
using | RecConstIter = RecList::const_iterator |
using | RecIter = RecList::iterator |
#define SORT_RECLIST | ( | LIST, | |
ORDER | |||
) | do { std::stable_sort((LIST).begin(), (LIST).end(), ORDER); } while (false) |
Definition at line 13 of file mythscheduler.h.
using RecList = std::deque<RecordingInfo*> |
Definition at line 12 of file mythscheduler.h.
using RecConstIter = RecList::const_iterator |
Definition at line 16 of file mythscheduler.h.
using RecIter = RecList::iterator |
Definition at line 17 of file mythscheduler.h.