Internal details of namespace alib::lang::resources.
Type Index: | |
struct | Key |
Type Definition Index: | |
using | CachingResourceMap |
using | StaticResourceMap |
using CachingResourceMap |
Hash map type used to store cached/persistent resources. The value strings is a local string of length 32
. The key strings have to probably made persistent as well, but this is an obligation of the user of this type.
Definition at line 79 of file resourcemap.hpp.
using StaticResourceMap |
Hash map type used to store static resources. Key and value strings reference static string buffers.
Definition at line 65 of file resourcemap.hpp.