Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
BlamCachedDataFile 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 = 0
 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 BlamCachedDataFile::id = ""

The ID of the cached file.

◆ old_address

std::string BlamCachedDataFile::old_address = ""

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

◆ path

std::string BlamCachedDataFile::path = ""

The path to the cached file.

◆ size

int BlamCachedDataFile::size = 0

The length of the data, in bytes.


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