ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
boxing
boxstrap.hpp
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
/// Copyright 2013-2026 A-Worx GmbH, Germany.
6
/// Published under #"mainpage_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 #"alib_mod_bs;standard bootstrap" code of \alib,
15
/// hence the (overloaded) functions #"alib::Bootstrap(BootstrapPhases);2" will call this function.
16
//==================================================================================================
17
ALIB_DLL
18
void
bootstrap
();
19
20
//==================================================================================================
21
/// Frees resources and shuts down module \alib_boxing.
22
/// Multiple invocations of this method are forbidden.
23
/// The #"alib_mod_bs;standard bootstrap" code of \alib, hence the (overloaded)
24
/// functions #"alib::Shutdown;2" will call this function.
25
///
26
/// This function is automatically called by the #"alib_mod_bs;standard bootstrap" code of \alib,
27
/// hence the (overloaded) functions #"alib::Bootstrap(BootstrapPhases);2" will call this function.
28
//==================================================================================================
29
ALIB_DLL
30
void
shutdown
();
31
32
#include "
ALib.Lang.CIMethods.H
"
33
}
// namespace [alib::boxing]
ALib.Lang.CIFunctions.H
ALib.Lang.CIMethods.H
ALIB_DLL
#define ALIB_DLL
Definition
alib.prepro.hpp:549
ALIB_EXPORT
#define ALIB_EXPORT
Definition
alib.prepro.hpp:538
alib::boxing
DOXYGEN.
Definition
box.cpp:17
alib::boxing::shutdown
void shutdown()
Definition
boxstrap.cpp:431
alib::boxing::bootstrap
void bootstrap()
Definition
boxstrap.cpp:438