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>
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 } |