Priority

Embodies the notion of a priority at which a plugin should be instantiated, and as such, the order in which they will be called to handle events.

This also affects in what order they appear in the configuration file.

struct Priority {}

Members

Functions

opUnary
auto opUnary()

Helper opUnary to allow for -10.priority, instead of having to do the (more correct) (-10).priority.

Variables

value
int value;

Numerical priority value. Lower is higher.

Meta