![]() |
Crossfire Server, Trunk
1.75.0
|
#include <string>#include <unordered_map>#include <set>#include <vector>#include <algorithm>#include <functional>
Include dependency graph for AssetsCollection.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | AssetsCollection< T, Key > |
| Collection of assets identified by a unique name. More... | |
Functions | |
| template<class T , class Key > | |
| T * | asset_create (const Key &key) |
| Create an asset with the specified key. More... | |
| template<class T > | |
| void | asset_destroy (T *asset) |
| Destroy an asset. More... | |
| T* asset_create | ( | const Key & | key | ) |
Create an asset with the specified key.
| key | unique asset key. |
| void asset_destroy | ( | T * | asset | ) |
Destroy an asset.
| asset | asset to destroy. |
Referenced by AssetsCollection< Animations >::clear().
Here is the caller graph for this function: