Cogs.Core
Public Attributes | List of all members
Cogs::Core::ResourceCache Struct Reference

Public Attributes

Mutex lock
 
std::unordered_map< std::string, Resourceresources
 
std::unordered_set< std::string > loading
 

Detailed Description

Definition at line 20 of file ResourceStoreStorage.h.

Member Data Documentation

◆ loading

std::unordered_set<std::string> Cogs::Core::ResourceCache::loading

Definition at line 24 of file ResourceStoreStorage.h.

◆ lock

Mutex Cogs::Core::ResourceCache::lock

Definition at line 22 of file ResourceStoreStorage.h.

◆ resources

std::unordered_map<std::string, Resource> Cogs::Core::ResourceCache::resources

Definition at line 23 of file ResourceStoreStorage.h.


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