Index

Package: Protected_Element_Generic (generic)

Description

generic
   type Element is (<>); -- any discrete type
   Init : Element;       -- initial value

package Protected_Element_Generic is

Tasks & Protected

Protected_Element (protected)

Entries:Get, Set, Inc, Dec, Store

Called by:

Count_Up defined at count_up.adb:5:11
Count_Up.Count_up_by defined at count_up.adb:18:20

Types

Constants & Global variables

Init (Element)

Init : Element;
any discrete type

Subprograms & Entries