This header-file is part of the ALib C++ Framework.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file resources.prepro.hpp.
#include "alib/alib.inl"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.