ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Classes | Typedefs
aworx::lib::resources::detail Namespace Reference

Internal details of namespace aworx::lib::config.

Classes

struct  Key
 

Typedefs

using CachingResourceMap = HashMap< Key, std::pair< strings::TLocalStringNoWarning< character, 32 >, integer >, Key::Hash, Key::EqualTo, Caching::Enabled, Recycling::None >
 
using StaticResourceMap = HashMap< Key, std::pair< String, integer >, Key::Hash, Key::EqualTo, Caching::Enabled, Recycling::None >
 

Typedef Documentation

◆ 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 88 of file resourcemap.hpp.

◆ StaticResourceMap

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

Definition at line 74 of file resourcemap.hpp.