This header-file is part of module ALib Resources of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under 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 |
| class | ResourceHolder |
| 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) |
| 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 virtual std::vector< std::tuple< NString, NString, String, integer > > 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 7 of file resources_debug.cpp.