|
virtual void * | IncrementAssetUse (Uuid uuid) override |
|
virtual void | DecrementAssetUse (Uuid uuid) override |
|
virtual bool | TryGetIfLoaded (Uuid uuid, void *&output) override |
|
size_t | AssetCount () const |
|
bool | HasAssets () const |
|
auto | begin () noexcept |
|
auto | cbegin () const noexcept |
|
auto | end () noexcept |
|
auto | cend () const noexcept |
|
virtual void | QueueReloadAsset (Uuid uuid)=0 |
|
virtual void * | ProcessLoadedFile (Uuid uuid)=0 |
|
virtual void * | ProcessLoadedFile (std::string_view address) |
|
virtual bool | TryGetIfLoaded (std::string_view address, void *&output) |
|
virtual AssetType | GetAssetType () |
|
|
static AssetType | GetStaticAssetType () |
|
|
std::map< Uuid, AssetStructType > | assets |
|
AssetType | assetType = AssetType::Undefined |
|
◆ DecrementAssetUse()
template<typename AssetStructType , AssetType internalAssetType>
◆ IncrementAssetUse()
template<typename AssetStructType , AssetType internalAssetType>
◆ TryGetIfLoaded()
template<typename AssetStructType , AssetType internalAssetType>
The documentation for this class was generated from the following file: