|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 965 (0x3c5)
Types: TextFile
Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
with Date;
package Class is
Max_Size : constant := 100;
subtype Reference is Natural range 0 .. Max_Size;
Nothing : constant Class.Reference := 0;
function Create (With_Name : String; Is_Dated : Boolean := False)
return Class.Reference;
function Value (Of_Name : String) return Class.Reference;
function Image (Of_Reference : Class.Reference) return String;
procedure Init_Dates (The_Class : Class.Reference);
procedure Add (In_Class : Class.Reference;
The_Instance : Natural;
With_Date : Date.Reference);
procedure Change (In_Class : Class.Reference;
The_Instance : Natural;
With_Date : Date.Reference);
function Get (In_Class : Class.Reference; The_Instance : Natural)
return Date.Reference;
Overflow, Illegal_Access, Illegal_Instance, Not_Dated : exception;
end Class;