ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
home
dev
A-Worx
ALib
src
alib
camp
camp.prepro.hpp
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of the \aliblong.
4
///
5
/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
6
/// Published under \ref mainpage_license "Boost Software License".
7
//==================================================================================================
8
#ifndef HPP_ALIB_CAMP_PP
9
#define HPP_ALIB_CAMP_PP
10
#pragma once
11
12
#ifndef INL_ALIB
13
# include "
alib/alib.inl
"
14
#endif
15
#if ALIB_CAMP
16
17
// #################################################################################################
18
// Symbols introduced by module ALib.Camp
19
// #################################################################################################
20
#if ALIB_CAMP
21
# define ALIB_RESOURCED_IN_MODULE( T, Camp, ResName ) \
22
ALIB_RESOURCED( T, Camp.GetResourcePool().Get(), Camp.ResourceCategory, ResName )
23
24
# if !defined(ALIB_CAMP_OMIT_DEFAULT_RESOURCES)
25
# define ALIB_CAMP_OMIT_DEFAULT_RESOURCES 0
26
# endif
27
#endif
28
29
30
31
#endif
32
#endif
// HPP_ALIB_CAMP_PP
33
alib.inl