ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
erpriority.hpp
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of module \alib_variables of the \aliblong.
4///
5/// Copyright 2013-2026 A-Worx GmbH, Germany.
6/// Published under #"mainpage_license".
7//==================================================================================================
8ALIB_EXPORT namespace alib { namespace variables {
9
10//==================================================================================================
11/// #"alib_enums_records;ALib Enum Record" associated with enumeration #"variables::Priority".
12//==================================================================================================
14 /// The precedence of an operator in respect to other binary operators.
16
17 /// Required default constructor leaving the record undefined
18 /// (Requirement is documented with #"EnumRecordPrototype".)
19 ERPriority() noexcept =default;
20
22
23 /// Implementation of #"EnumRecordPrototype::Parse;*".
25 void Parse();
26};
27
28} // namespace alib::[config]
29
30/// Type alias in namespace #"%alib".
32
33} // namespace [alib]
34
35//##################################################################################################
36// Macros
37//##################################################################################################
38ALIB_BOXING_VTABLE_DECLARE( alib::variables::Priority, vt_config_priorities )
#define ALIB_DLL
#define ALIB_EXPORT
#define ALIB_BOXING_VTABLE_DECLARE(TMapped, Identifier)
#define ALIB_ENUMS_MAKE_ARITHMETICAL(TEnum)
#define ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord)
Definition alox.cpp:14
variables::Priority Priority
Type alias in namespace #"%alib".
ERSerializable() noexcept=default
Defaulted constructor leaving the record undefined.
void Parse()
Implementation of #"EnumRecordPrototype::Parse;*".
int Priority
The precedence of an operator in respect to other binary operators.
ERPriority() noexcept=default