MythTV  master
Classes | Typedefs | Functions
eventing.h File Reference
#include <utility>
#include <QMap>
#include <QUrl>
#include <QUuid>
#include "upnpserviceimpl.h"
#include "upnputil.h"
#include "httpserver.h"
Include dependency graph for eventing.h:
This graph shows which files directly or indirectly include this file:

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 >
state_var_init (const T *)
 
template<>
QString state_var_init (const QString *)
 

Typedef Documentation

◆ Subscribers

using Subscribers = QMap<QString,SubscriberInfo*>

Definition at line 83 of file eventing.h.

Function Documentation

◆ state_var_init() [1/2]

template<typename T >
T state_var_init ( const T *  )
inline

Definition at line 161 of file eventing.h.

Referenced by StateVariables::GetValue().

◆ state_var_init() [2/2]

template<>
QString state_var_init ( const QString *  )
inline

Definition at line 163 of file eventing.h.