Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::ResourceStoreStorage Struct Reference

Public Member Functions

 ResourceStoreStorage (Context *context, ResourceStore *resourceStore)
 

Public Attributes

Contextcontext = nullptr
 
std::unique_ptr< ResourceCachecache
 
std::vector< ResourceArchivearchives
 
std::string dataDir
 
std::set< std::string > searchPaths
 
std::vector< std::string > orderedSearchPaths
 
std::unique_ptr< struct IOHandlerioHandler
 

Detailed Description

Definition at line 27 of file ResourceStoreStorage.h.

Constructor & Destructor Documentation

◆ ResourceStoreStorage()

Cogs::Core::ResourceStoreStorage::ResourceStoreStorage ( Context context,
ResourceStore resourceStore 
)

Definition at line 273 of file ResourceStore.cpp.

Member Data Documentation

◆ archives

std::vector<ResourceArchive> Cogs::Core::ResourceStoreStorage::archives

Definition at line 33 of file ResourceStoreStorage.h.

◆ cache

std::unique_ptr<ResourceCache> Cogs::Core::ResourceStoreStorage::cache

Definition at line 32 of file ResourceStoreStorage.h.

◆ context

Context* Cogs::Core::ResourceStoreStorage::context = nullptr

Definition at line 31 of file ResourceStoreStorage.h.

◆ dataDir

std::string Cogs::Core::ResourceStoreStorage::dataDir

Definition at line 34 of file ResourceStoreStorage.h.

◆ ioHandler

std::unique_ptr<struct IOHandler> Cogs::Core::ResourceStoreStorage::ioHandler

Definition at line 37 of file ResourceStoreStorage.h.

◆ orderedSearchPaths

std::vector<std::string> Cogs::Core::ResourceStoreStorage::orderedSearchPaths

Definition at line 36 of file ResourceStoreStorage.h.

◆ searchPaths

std::set<std::string> Cogs::Core::ResourceStoreStorage::searchPaths

Definition at line 35 of file ResourceStoreStorage.h.


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