ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
home
dev
A-Worx
ALib
src
ALib.ALox.Impl.H
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 H_ALIB_ALOX_IMPL
9
#define H_ALIB_ALOX_IMPL
10
#pragma once
11
#ifndef INL_ALIB
12
# include "
alib/alib.inl
"
13
#endif
14
15
16
17
#include "
alib/alox/alox.prepro.hpp
"
18
19
#if ALIB_ALOX
20
# if ALIB_C20_MODULES && !DOXYGEN
21
import
ALib.ALox.Impl
;
22
# elif !defined(ALIB_INC_ALOX_ALOX_IMPL_MPP)
23
# define ALIB_INC_ALOX_ALOX_IMPL_MPP
24
# include "
alib/alox/alox_impl.mpp
"
25
# endif
26
#endif
27
28
#endif
// H_ALIB_ALOX_IMPL
29
30
31
alib.inl
alox.prepro.hpp
alox_impl.mpp
ALib.ALox.Impl