This header-file is part of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file resources.prepro.hpp.
#include "alib/alib.prepro.hpp"Go to the source code of this file.
Macros | |
| #define | ALIB_RESOURCED(T, ResPool, ResCategory, ResName) |
| #define ALIB_RESOURCED | ( | T, | |
| ResPool, | |||
| ResCategory, | |||
| ResName ) |
Macro used to specialize the type trait ResourcedTraits for given type T.
| T | The type to specialize the type trait ResourcedTraits for. |
| ResPool | Expression providing a pointer to the ResourcePool object. |
| ResCategory | Expression providing the resource category. |
| ResName | Expression providing the resource name. |
Definition at line 29 of file resources.prepro.hpp.