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

Description:

Internal details of namespace alib::lang::resources.

Type Index:

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

Type Definition Index:

using StaticResourceMap
 

Type Definition Details:

◆ StaticResourceMap

Initial value:
HashMap<MonoAllocator,
Key,
std::pair<String, integer>,
Key::Hash,
Key::EqualTo,
lang::Caching::Enabled,
Recycling::None >
monomem::TMonoAllocator< lang::HeapAllocator > MonoAllocator

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

Definition at line 55 of file resourcemap.hpp.