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

⟦b700b8640⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Our_Tree, seg_049499

Derivation

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

E3 Source Code



with Our_Value, Lex;

package Our_Tree is

    subtype Var_String is Our_Value.Var_String;
    subtype Var_Type is Our_Value.Var_Type;
    subtype Var_Value is Our_Value.Var_Value;
    subtype P_Value is Our_Value.P_Value;

    type Var_Tree is private;

    function Create return Var_Tree;

    procedure Set_Value (Root : in out Var_Tree;
                         Val : Var_Value;
                         Left, Right : out Var_Tree);

    function Get_Value (Tree : Var_Tree) return Our_Value.Var_Value;

private
    type Node;  
    type Var_Tree is access Node;

    type Node is
        record
            Value : Var_Value;
            Parent : Var_Tree := null;
            Left : Var_Tree := null;
            Right : Var_Tree := null;
        end record;

end Our_Tree;



E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=24 rec1=00 rec2=01 rec3=000
        [0x01] rec0=12 rec1=00 rec2=02 rec3=001
    tail 0x21546aae4865b96f4b3be 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 5c 80 03 6c 6c 3b 03 00 21 20 20 20 20  ┆   \  ll;  !    ┆