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