ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
lox.inl File Reference

Description:


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 dependency graph for lox.inl:
This graph shows which files directly or indirectly include this file:

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
}