openMSX
Public Attributes | List of all members
openmsx::CompressedFileAdapter::Decompressed Struct Reference

#include <CompressedFileAdapter.hh>

Collaboration diagram for openmsx::CompressedFileAdapter::Decompressed:
Collaboration graph
[legend]

Public Attributes

MemBuffer< uint8_t > buf
 
size_t size
 
std::string originalName
 
std::string cachedURL
 
time_t cachedModificationDate
 
unsigned useCount = 0
 

Detailed Description

Definition at line 13 of file CompressedFileAdapter.hh.

Member Data Documentation

◆ buf

MemBuffer<uint8_t> openmsx::CompressedFileAdapter::Decompressed::buf

◆ cachedModificationDate

time_t openmsx::CompressedFileAdapter::Decompressed::cachedModificationDate

◆ cachedURL

std::string openmsx::CompressedFileAdapter::Decompressed::cachedURL

Definition at line 17 of file CompressedFileAdapter.hh.

Referenced by openmsx::CompressedFileAdapter::getURL().

◆ originalName

std::string openmsx::CompressedFileAdapter::Decompressed::originalName

◆ size

size_t openmsx::CompressedFileAdapter::Decompressed::size

◆ useCount

unsigned openmsx::CompressedFileAdapter::Decompressed::useCount = 0

Definition at line 19 of file CompressedFileAdapter.hh.


The documentation for this struct was generated from the following file: