#include <HttpRangeUtils.h>
§ CHttpResponseRange() [1/4]
CHttpResponseRange::CHttpResponseRange |
( |
| ) |
|
§ CHttpResponseRange() [2/4]
CHttpResponseRange::CHttpResponseRange |
( |
uint64_t |
firstPosition, |
|
|
uint64_t |
lastPosition |
|
) |
| |
§ CHttpResponseRange() [3/4]
CHttpResponseRange::CHttpResponseRange |
( |
const void * |
data, |
|
|
uint64_t |
firstPosition, |
|
|
uint64_t |
lastPosition |
|
) |
| |
§ CHttpResponseRange() [4/4]
CHttpResponseRange::CHttpResponseRange |
( |
const void * |
data, |
|
|
uint64_t |
length |
|
) |
| |
§ ~CHttpResponseRange()
CHttpResponseRange::~CHttpResponseRange |
( |
| ) |
|
|
overridedefault |
§ GetData()
const void* CHttpResponseRange::GetData |
( |
| ) |
const |
|
inline |
§ IsValid()
bool CHttpResponseRange::IsValid |
( |
| ) |
const |
|
overridevirtual |
§ operator!=()
§ operator==()
§ SetData() [1/3]
void CHttpResponseRange::SetData |
( |
const void * |
data | ) |
|
|
inline |
§ SetData() [2/3]
void CHttpResponseRange::SetData |
( |
const void * |
data, |
|
|
uint64_t |
length |
|
) |
| |
§ SetData() [3/3]
void CHttpResponseRange::SetData |
( |
const void * |
data, |
|
|
uint64_t |
firstPosition, |
|
|
uint64_t |
lastPosition |
|
) |
| |
§ m_data
const void* CHttpResponseRange::m_data |
|
protected |
The documentation for this class was generated from the following files: