Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
appbase::priority Struct Reference

#include <execution_priority_queue.hpp>

Static Public Attributes

static constexpr int lowest = std::numeric_limits<int>::min()
 
static constexpr int low = 10
 
static constexpr int medium_low = 25
 
static constexpr int medium = 50
 
static constexpr int medium_high = 75
 
static constexpr int high = 100
 
static constexpr int highest = std::numeric_limits<int>::max()
 

Detailed Description

Definition at line 9 of file execution_priority_queue.hpp.

Member Data Documentation

◆ high

int appbase::priority::high = 100
staticconstexpr

Definition at line 15 of file execution_priority_queue.hpp.

◆ highest

int appbase::priority::highest = std::numeric_limits<int>::max()
staticconstexpr

Definition at line 16 of file execution_priority_queue.hpp.

◆ low

int appbase::priority::low = 10
staticconstexpr

Definition at line 11 of file execution_priority_queue.hpp.

◆ lowest

int appbase::priority::lowest = std::numeric_limits<int>::min()
staticconstexpr

Definition at line 10 of file execution_priority_queue.hpp.

◆ medium

int appbase::priority::medium = 50
staticconstexpr

Definition at line 13 of file execution_priority_queue.hpp.

◆ medium_high

int appbase::priority::medium_high = 75
staticconstexpr

Definition at line 14 of file execution_priority_queue.hpp.

◆ medium_low

int appbase::priority::medium_low = 25
staticconstexpr

Definition at line 12 of file execution_priority_queue.hpp.


The documentation for this struct was generated from the following file: