ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Classes | Namespaces | Typedefs
resourcemap.hpp File Reference
#include "alib/resources/resources.hpp"
#include "alib/monomem/hashmap.hpp"
Include dependency graph for resourcemap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Key::EqualTo
 
struct  Key::Hash
 
struct  Key
 

Namespaces

 aworx
 
 aworx::lib
 
 aworx::lib::resources
 
 aworx::lib::resources::detail
 

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 >
 

Detailed Description


This header file is part of module ALib Resources of the ALib C++ Library.

© 2013-2023 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file resourcemap.hpp.