This header-file is part of module ALib Resources of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
This is the reference documentation module ALib Resources.
Extensive documentation for this namespace is provided with the Programmer's Manual of that module.
Nested Namespaces: | |
namespace | detail |
Internal details of namespace alib::resources. | |
Type Index: | |
class | LocalResourcePool |
struct | ResourcedTraits |
struct | ResourcedType |
struct | ResourceInfo |
class | ResourcePool |
Concepts | |
concept | HasResources |
Function Index: | |
AString | DbgDump (std::vector< std::tuple< NString, NString, String, integer > > &list, const NString &catFilter, const String &format) |
ALIB_DLL AString alib::resources::DbgDump | ( | std::vector< std::tuple< NString, NString, String, integer > > & | list, |
const NString & | catFilter = nullptr, | ||
const String & | format = A_CHAR("({3:}) {1}={2!TAB20!ESC<!Q}\n") ) |
Writes the list of resources obtainable with ResourcePool::DbgGetList to an AString.
list | The list of resources, obtained with DbgGetList. |
catFilter | Comma-separated list of names of categories to print. Defaults to nulled string, which includes all caegories. |
format | The format of a line. Defaults to "({3:}) {1}={2!TAB20!ESC<!Q}\\n". |
Definition at line 51 of file resources_debug.cpp.