MythTV
master
|
#include <utility>
#include <QMap>
#include <QUrl>
#include <QUuid>
#include "upnpserviceimpl.h"
#include "upnputil.h"
#include "httpserver.h"
Go to the source code of this file.
Classes | |
class | SubscriberInfo |
class | StateVariableBase |
class | StateVariable< T > |
class | StateVariables |
class | Eventing |
Typedefs | |
using | Subscribers = QMap< QString, SubscriberInfo * > |
Functions | |
template<typename T > | |
T | state_var_init (const T *) |
template<> | |
QString | state_var_init (const QString *) |
using Subscribers = QMap<QString,SubscriberInfo*> |
Definition at line 83 of file eventing.h.
|
inline |
Definition at line 161 of file eventing.h.
Referenced by StateVariables::GetValue().
|
inline |
Definition at line 163 of file eventing.h.