|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
This is the complete list of members for AeonGames::Factory< T, Types >, including all inherited members.
| Construct(uint32_t aIdentifier, Types... args) | AeonGames::Factory< T, Types > | inlinestatic |
| Construct(const std::string &aIdentifier, Types... args) | AeonGames::Factory< T, Types > | inlinestatic |
| Constructor typedef | AeonGames::Factory< T, Types > | |
| EnumerateConstructors(const std::function< bool(const StringId &) > &aEnumerator) | AeonGames::Factory< T, Types > | inlinestatic |
| GetConstructorNames() | AeonGames::Factory< T, Types > | inlinestatic |
| RegisterConstructor(const StringId &aIdentifier, const std::function< std::unique_ptr< T >(Types... args) > &aConstructor) | AeonGames::Factory< T, Types > | inlinestatic |
| UnregisterConstructor(const StringId &aIdentifier) | AeonGames::Factory< T, Types > | inlinestatic |