|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
This is the complete list of members for AeonGames::Decoder< T >, including all inherited members.
| Decode(T &aOutput, uint32_t aId) | AeonGames::Decoder< T > | inlinestatic |
| Decode(T &aOutput, const std::string &aPath) | AeonGames::Decoder< T > | inlinestatic |
| Decode(T &aOutput, const void *aBuffer, size_t aBufferSize) | AeonGames::Decoder< T > | inlinestatic |
| RegisterDecoder(const std::string &aMagick, const std::function< bool(T &, size_t, const void *) > &aDecoder) | AeonGames::Decoder< T > | inlinestatic |
| UnregisterDecoder(const std::string &aMagick) | AeonGames::Decoder< T > | inlinestatic |