ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::resources::detail Namespace Reference

Description:

Internal details of namespace alib::resources.

Type Index:

struct  Key
 Key type for hashing resource values. More...
 

Type Definition Index:

using StaticResourceMap
 

Type Definition Details:

◆ StaticResourceMap

Initial value:
Key,
std::pair<String, integer>,
Recycling::None >
@ Enabled
Caching is enabled.
containers::HashMap< TAllocator, TKey, TMapped, THash, TEqual, THashCaching, TRecycling > HashMap
Type alias in namespace alib.
monomem::TMonoAllocator< lang::HeapAllocator > MonoAllocator
Equality functor for objects of type Key.
Hash functor for objects of type Key.
Key type for hashing resource values.

Hash map type used to store static resources. Key and value strings reference static string buffers.

Definition at line 48 of file resourcemap.inl.