ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
home
dev
A-Worx
ALib
src
alib
boxing
boxstrap.inl
Go to the documentation of this file.
1
//==================================================================================================
2
/// \file
3
/// This header-file is part of module \alib_boxing of the \aliblong.
4
///
5
/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
6
/// Published under \ref mainpage_license "Boost Software License".
7
//==================================================================================================
8
ALIB_EXPORT
namespace
alib::boxing
{
9
#include "
ALib.Lang.CIFunctions.H
"
10
11
//==================================================================================================
12
/// This namespace function initializes the module \alib_boxing.
13
///
14
/// This function is automatically called by the
15
/// \ref alib_mod_bs "standard bootstrap" code of \alib, hence the (overloaded)
16
/// functions \ref alib::Bootstrap will call this function.
17
//==================================================================================================
18
ALIB_DLL
19
void
bootstrap
();
20
21
//==================================================================================================
22
/// Frees resources and shuts down module \alib_boxing.
23
/// Multiple invocations of this method are forbidden.
24
/// The \ref alib_mod_bs "standard bootstrap" code of \alib, hence the (overloaded)
25
/// functions \ref alib::Shutdown will call this function.
26
///
27
/// This function is automatically called by the
28
/// \ref alib_mod_bs "standard bootstrap" code of \alib, hence the (overloaded)
29
/// functions \ref alib::Bootstrap will call this function.
30
//==================================================================================================
31
ALIB_DLL
32
void
shutdown
();
33
34
#include "
ALib.Lang.CIMethods.H
"
35
}
// namespace [alib::boxing]
36
37
38
39
40
ALib.Lang.CIFunctions.H
ALib.Lang.CIMethods.H
ALIB_DLL
#define ALIB_DLL
Definition
alib.inl:496
ALIB_EXPORT
#define ALIB_EXPORT
Definition
alib.inl:488
alib::boxing
DOXYGEN.
Definition
ALib.Boxing.StdFunctors.H:18
alib::boxing::shutdown
void shutdown()
Definition
boxstrap.cpp:529
alib::boxing::bootstrap
void bootstrap()
Definition
boxstrap.cpp:536