Ada Programming/Attributes/'Priority

Description

Returns the priority of P.

Denotes a non-aliased component of the protected object P. This component is of type System.Any_Priority and its value is the priority of P. P'Priority denotes a variable if and only if P denotes a variable. A reference to this attribute shall appear only within the body of P.

Example

PPriority return System.Any_Priority
Category:Book:Ada Programming#Attributes/'Priority%20
Category:Book:Ada Programming