MythTV  master
Classes | Typedefs | Functions
programinfocache.cpp File Reference
#include <algorithm>
#include <QCoreApplication>
#include <QRunnable>
#include "libmythbase/mconcurrent.h"
#include "libmythbase/mthreadpool.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythevent.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/programinfo.h"
#include "libmythbase/remoteutil.h"
#include "programinfocache.h"
Include dependency graph for programinfocache.cpp:

Go to the source code of this file.

Classes

class  ProgramInfoLoader
 

Typedefs

using VPI_ptr = std::vector< ProgramInfo * > *
 

Functions

static void free_vec (VPI_ptr &v)
 

Typedef Documentation

◆ VPI_ptr

using VPI_ptr = std::vector<ProgramInfo *> *

Definition at line 26 of file programinfocache.cpp.

Function Documentation

◆ free_vec()

static void free_vec ( VPI_ptr v)
static