MythTV  master
Classes | Typedefs
mythhttpmetamethod.h File Reference
#include <memory>
#include <QMetaMethod>
#include "libmythbase/http/mythhttptypes.h"
Include dependency graph for mythhttpmetamethod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythHTTPMetaMethod
 

Typedefs

using HTTPMethodPtr = std::shared_ptr< MythHTTPMetaMethod >
 
using HTTPMethods = std::map< QString, HTTPMethodPtr >
 
using HTTPProperties = std::map< int, int >
 

Typedef Documentation

◆ HTTPMethodPtr

using HTTPMethodPtr = std::shared_ptr<MythHTTPMetaMethod>

Definition at line 14 of file mythhttpmetamethod.h.

◆ HTTPMethods

using HTTPMethods = std::map<QString,HTTPMethodPtr>

Definition at line 15 of file mythhttpmetamethod.h.

◆ HTTPProperties

using HTTPProperties = std::map<int,int>

Definition at line 16 of file mythhttpmetamethod.h.