MythTV
master
|
#include "programinfocache.h"
#include "mthreadpool.h"
#include "mythlogging.h"
#include "programinfo.h"
#include "remoteutil.h"
#include "mythevent.h"
#include <QCoreApplication>
#include <QRunnable>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | ProgramInfoLoader |
Typedefs | |
using | VPI_ptr = vector< ProgramInfo * > * |
Functions | |
static void | free_vec (VPI_ptr &v) |
using VPI_ptr = vector<ProgramInfo *> * |
Definition at line 19 of file programinfocache.cpp.
|
static |
Definition at line 20 of file programinfocache.cpp.
Referenced by ProgramInfoCache::Load(), and ProgramInfoCache::~ProgramInfoCache().