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 > |
using CachingResourceMap = HashMap<Key, std::pair<strings::TLocalStringNoWarning<character, 32>, integer>, Key::Hash, Key::EqualTo, Caching::Enabled, Recycling::None > |
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.
using StaticResourceMap = HashMap<Key, std::pair<String, integer>, Key::Hash, Key::EqualTo, Caching::Enabled, Recycling::None > |
Hash map type used to store static resources. Key and value strings reference static string buffers.
Definition at line 74 of file resourcemap.hpp.