#include <CacheItems.h>
Definition at line 84 of file CacheItems.h.
◆ CachedSegment()
MBMS_RT::CachedSegment::CachedSegment |
( |
const std::string & |
content_location, |
|
|
unsigned long |
received_at, |
|
|
std::shared_ptr< MBMS_RT::Segment > |
segment |
|
) |
| |
|
inline |
Definition at line 86 of file CacheItems.h.
CacheItem(const std::string &content_location, unsigned long received_at)
std::string content_location() const
std::shared_ptr< Segment > _segment
virtual unsigned long received_at() const
◆ ~CachedSegment()
virtual MBMS_RT::CachedSegment::~CachedSegment |
( |
| ) |
|
|
virtualdefault |
◆ buffer()
virtual char* MBMS_RT::CachedSegment::buffer |
( |
| ) |
const |
|
inlinevirtual |
◆ content_length()
virtual uint32_t MBMS_RT::CachedSegment::content_length |
( |
| ) |
const |
|
inlinevirtual |
◆ item_source()
virtual ItemSource MBMS_RT::CachedSegment::item_source |
( |
| ) |
const |
|
inlinevirtual |
◆ item_type()
virtual ItemType MBMS_RT::CachedSegment::item_type |
( |
| ) |
const |
|
inlinevirtual |
◆ received_at()
virtual unsigned long MBMS_RT::CachedSegment::received_at |
( |
| ) |
const |
|
inlinevirtual |
◆ _segment
std::shared_ptr<Segment> MBMS_RT::CachedSegment::_segment |
|
private |
The documentation for this class was generated from the following file: