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

Go to the source code of this file.

Classes

class  MythScheduler
 This is an generic interface to a program scheduler. More...
 

Typedefs

using RecList = std::deque< RecordingInfo * >
 
using RecConstIter = RecList::const_iterator
 
using RecIter = RecList::iterator
 

Typedef Documentation

◆ RecList

using RecList = std::deque<RecordingInfo*>

Definition at line 12 of file mythscheduler.h.

◆ RecConstIter

using RecConstIter = RecList::const_iterator

Definition at line 13 of file mythscheduler.h.

◆ RecIter

using RecIter = RecList::iterator

Definition at line 14 of file mythscheduler.h.