ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
boxing/fwds.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 * \emoji :copyright: 2013-2024 A-Worx GmbH, Germany.
6 * Published under \ref mainpage_license "Boost Software License".
7 **************************************************************************************************/
8#ifndef HPP_ALIB_BOXING_FWDS
9#define HPP_ALIB_BOXING_FWDS 1
10
11#if !defined(HPP_ALIB) && !defined(ALIB_DOX)
12# include "alib/alib.hpp"
13#endif
14
16
17namespace alib { namespace boxing {
18
19namespace detail { struct VTable; }
20class Box;
21class Boxes;
22struct Enum;
23
24struct FHashcode;
25struct FClone;
26struct FIsNotNull;
27struct FIsEmpty;
28struct FEquals;
29struct FIsLess;
30struct FIsTrue;
32template<typename TChar>
33struct FAppend; )
34
35
36} // namespace alib[::boxing]
37
38
39/// Type alias in namespace \b alib.
41
42/// Type alias in namespace \b alib.
44
45/// Type alias in namespace \b alib.
46using Enum = boxing::Enum;
47
48/// Type alias in namespace \b alib.
50
51/// Type alias in namespace \b alib.
53
54/// Type alias in namespace \b alib.
56
57/// Type alias in namespace \b alib.
59
60/// Type alias in namespace \b alib.
62
63/// Type alias in namespace \b alib.
65
66#if ALIB_STRINGS
67/// Type alias in namespace \b alib.
68template<typename TChar>
70#endif
71} // namespace [alib]
72
73#endif // HPP_ALIB_BOXING_FWDS
#define ALIB_ASSERT_MODULE(modulename)
Definition alib.hpp:190
#define ALIB_IF_STRINGS(...)
Definition alib.hpp:287
Definition alib.cpp:57
boxing::FIsLess FIsLess
Type alias in namespace alib.
boxing::FClone FClone
Type alias in namespace alib.
boxing::FIsNotNull FIsNotNull
Type alias in namespace alib.
boxing::FEquals FEquals
Type alias in namespace alib.
boxing::Enum Enum
Type alias in namespace alib.
Definition enum.hpp:353
boxing::FIsTrue FIsTrue
Type alias in namespace alib.
boxing::FHashcode FHashcode
Type alias in namespace alib.
boxing::Boxes Boxes
Type alias in namespace alib.
boxing::FAppend< TChar > FAppend
Type alias in namespace alib.
boxing::Box Box
Type alias in namespace alib.