|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Argument, seg_032197, seg_035901, seg_035d67
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Object;
package body Argument is
function Get (L : Argument.List) return Object.Reference is
Obj : Object.Reference;
begin
Obj := Arg_List.Value (L.Iter);
return (Obj);
end Get;
function How_Many (L : Argument.List) return Natural is
begin
return (Arg_List.Length (L => L.List));
end How_Many;
procedure Next (L : in out Argument.List; Obj : in out Object.Reference) is
begin
if not Arg_List.Done (L.Iter) then
Arg_List.Next (L.Iter);
if not Arg_List.Done (L.Iter) then
Obj := Arg_List.Value (L.Iter);
else
Obj := Object.Void_Reference;
end if;
else
Obj := Object.Void_Reference;
end if;
end Next;
function Put (L : Argument.List; Obj : Object.Reference)
return Argument.List is
L1 : Argument.List;
begin
L1.List := Arg_List.Make (X => Obj, L => L.List);
Arg_List.Init (L1.Iter, L1.List);
return (L1);
end Put;
procedure Init (L : in out Argument.List) is
begin
Arg_List.Free (L.List);
end Init;
end Argument;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=25 rec1=00 rec2=01 rec3=00a
[0x01] rec0=0b rec1=00 rec2=02 rec3=001
tail 0x2172ce6fc84c451ca7dff 0x42a00088462060003