Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
CachedDataFile Struct Reference

Structure to contain a cached data file. More...

#include <cache.h>

Public Attributes

std::string id
 The ID of the cached file. More...
 
std::string old_address
 The original address of the data when it was written to the cache. More...
 
int size
 The length of the data, in bytes. More...
 
std::string path
 The path to the cached file. More...
 

Detailed Description

Structure to contain a cached data file.

Member Data Documentation

◆ id

std::string CachedDataFile::id

The ID of the cached file.

◆ old_address

std::string CachedDataFile::old_address

The original address of the data when it was written to the cache.

◆ path

std::string CachedDataFile::path

The path to the cached file.

◆ size

int CachedDataFile::size

The length of the data, in bytes.


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