DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦5476db775⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, generic, package Trees, seg_02ff03

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



generic
    type Element is private;
package Trees is
    type Object is private;
    type Son is (Left, Right);
    Empty_Tree : constant Object;

    procedure Copy (From_Tree : in Object; To_Tree : in out Object);
    procedure Purge (The_Tree : in out Object);
    procedure Build (The_Element : Element;
                     The_Tree : in out Object;
                     Of_The_Son : Son);
    procedure Put (From_Tree : in out Object; To_Element : Element);
    procedure Swap (The_Son : Son;
                    From_Tree : in out Object;
                    With_Tree : in out Object);
    function Is_Equal (Left, Right : Object) return Boolean;
    function Is_Empty (The_Tree : Object) return Boolean;
    function Element_From (The_Tree : Object) return Element;
    function Son_Of (The_Tree : Object; The_Son : Son) return Object;

    Overfull : exception;
    Tree_Is_Empty : exception;

private

    type Node;
    type Object is access Node;
    Empty_Tree : constant Object := null;

end Trees;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1d rec1=00 rec2=01 rec3=03e
        [0x01] rec0=05 rec1=00 rec2=02 rec3=001
    tail 0x2172928e284985509a9d0 0x42a00088462060003