This header file is part of module ALox of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file lox.inl.
#include "alib/enums/bitwise.hpp"
#include "alib/lang/platformincludes.hpp"
#include "alib/alox/detail/loxpimpl.inl"
Go to the source code of this file.
Classes | |
class | Lox |
Namespaces | |
namespace | alib |
namespace | alib::lox |
namespace | alib::lox::detail |
namespace | alib::lox::detail::textlogger |
Typedefs | |
using | Lox = lox::Lox |
Type alias in namespace alib. | |
Enumerations | |
enum class | StateInfo { NONE = 0 , Basic = 1 << 0 , Version = 1 << 1 , Loggers = 1 << 2 , Domains = 1 << 3 , InternalDomains = 1 << 4 , ScopeDomains = 1 << 5 , DSR = 1 << 6 , PrefixLogables = 1 << 7 , Once = 1 << 8 , LogData = 1 << 9 , ThreadMappings = 1 << 10 , SPTR = 1 << 20 , CompilationFlags = 1 << 21 , All = ~0L } |