ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
priorities.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 priorities.hpp.

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

Go to the source code of this file.

Classes

struct  ERPriorities
 

Namespaces

namespace  alib
 
namespace  alib::config
 

Typedefs

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

Enumerations

enum class  Priorities {
  ProtectedValues = (std::numeric_limits<int>::max)() , CLI = 40000 , Environment = 30000 , Standard = 20000 ,
  DefaultValues = 10000 , AutoDetected = 500 , NONE = 0
}