ALib C++ Framework
by
Library Version: 2605 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.
monomem::TMonoAllocator< lang::HeapAllocator > MonoAllocator
containers::HashMap< TAllocator, TKey, TMapped, THash, TEqual, THashCaching, TRecycling > HashMap
Type alias in namespace #"%alib".
Equality functor for objects of type #"%resources::detail::Key".
Hash functor for objects of type #"%resources::detail::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 43 of file resourcemap.hpp.