Placeholder manifest used when no custom manifest is provided. More...
#include <DefaultManifest.h>
Public Types | |
| enum class | Asset { DUMMY } |
Placeholder asset enum required by ResourceManager's template contract. More... | |
Public Member Functions | |
| DefaultManifest () | |
Placeholder manifest used when no custom manifest is provided.
DefaultManifest satisfies the manifest interface for template parameters that require a manifest type but where the class has no actual resources, flags, or states to declare. It provides a single Asset::DUMMY enum value so that the ResourceManager template instantiates without an empty enum.
You will rarely reference DefaultManifest directly. It appears as the default template argument in managers like FontManager:
For classes that need resources or flags, declare a real manifest and pass it to ComponentWith, PluginWith, etc.
Definition at line 32 of file DefaultManifest.h.
|
strong |
Placeholder asset enum required by ResourceManager's template contract.
| Enumerator | |
|---|---|
| DUMMY | |
Definition at line 36 of file DefaultManifest.h.
|
inline |
Definition at line 38 of file DefaultManifest.h.