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

⟦6ac4f0b2e⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package String_Class, seg_037f03, seg_038ab6

Derivation

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

E3 Source Code



with Arguments;
with Message;
with Object;
with Scanner;

package String_Class is

    Incorrect_Method, Incorrect_Nb_Args, Instance_Table_Full : exception;

    type Struct_Table is private;


    function Send (To_Object : Object.Reference;
                   The_Message : Message.Selector;
                   With_Arguments : Arguments.List := Arguments.Void_Arguments)
                  return Object.Reference;

    function Create (Value : String) return Object.Reference;

    function In_Text (The_String : Object.Reference) return String;

private

    type Indicator is (Unused, Used);

    type Struct_Table is
        record
            Indic : Indicator := Unused;
            Value : Scanner.B_String;
        end record;

end String_Class;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=22 rec1=00 rec2=01 rec3=000
        [0x01] rec0=10 rec1=00 rec2=02 rec3=001
    tail 0x21531462884e656e297e6 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 02 29 80 30 69 6e 67 20 3a 20 4f 62 6a 65  ┆   ) 0ing : Obje┆