ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
priority.hpp File Reference

Description:

This header file is part of module ALib Configuration of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file priority.hpp.

#include "alib/enums/arithmetical.hpp"
#include "alib/enums/records.hpp"
#include "alib/boxing/boxing.hpp"
#include <limits>
Include dependency graph for priority.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ERPriority
 ALib Enum Record associated with enumeration Priority. More...
 

Namespaces

namespace  alib
 
namespace  alib::config
 

Typedefs

using Priority = alib::config::Priority
 Type alias in namespace alib.
 

Enumerations

enum class  Priority : uint16_t {
  NONE = 0 , AutoDetected = 1000 , DefaultValues = 2000 , Standard = 4000 ,
  ConfigFile = 6000 , Environment = 8000 , SessionFile = 10000 , CLI = 12000 ,
  Session = 14000 , Protected = (std::numeric_limits<uint16_t>::max)()
}