MythTV  master
Classes | Typedefs
mythhttpranges.h File Reference
#include "libmythbase/http/mythhttpdata.h"
#include "libmythbase/http/mythhttpresponse.h"
#include "libmythbase/http/mythhttptypes.h"
Include dependency graph for mythhttpranges.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythHTTPRanges
 

Typedefs

using HTTPRange = std::pair< uint64_t, uint64_t >
 
using HTTPRanges = std::vector< HTTPRange >
 

Typedef Documentation

◆ HTTPRange

using HTTPRange = std::pair<uint64_t,uint64_t>

Definition at line 9 of file mythhttpranges.h.

◆ HTTPRanges

using HTTPRanges = std::vector<HTTPRange>

Definition at line 10 of file mythhttpranges.h.