DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦a267b3762⟧ TextFile

    Length: 863 (0x35f)
    Types: TextFile
    Names: »V«

Derivation

└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0
    └─ ⟦866d14df1⟧ »DATA« 
        └─⟦97c804b2f⟧ 
            └─⟦this⟧ 

TextFile

with Po_Handle;
with Test_Case_Data;
with Test_Case;
with System;

package Test_Set_Element is

  type Object is private;

  function Constructor (The_Segment : System.Segment) return Object;

  function Constructor
            (The_Test_Case : Test_Case.Object; The_Segment : System.Segment)
            return Object;

  function Constructor
            (From : String; The_Segment : System.Segment) return Object;

  procedure Destructor (The_Obj : in out Object);

  function Equal (L, R : Object) return Boolean;

  function Name (Of_Obj : Object) return String;

  function Time_Stamp (Of_Obj : Object) return String;

  function Data (Of_Obj : Object) return Test_Case_Data.Object;

  procedure Copy (Target      : in out Object;
                  Source      :        Object;
                  The_Segment :        System.Segment);


end Test_Set_Element;