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

⟦8d58987c3⟧ TextFile

    Length: 659 (0x293)
    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 System;

package View_Pair is

  type Object is new Po_Handle.Object;

  function Constructor
            (Name1, Name2 : String; The_Segment : System.Segment) return Object;

  function Spec_View (Of_Obj : Object; Heap : System.Segment)
                     return Po_Handle.Object;

  function Closure_View (Of_Obj : Object; Heap : System.Segment)
                        return Po_Handle.Object;

  function Closure_View (Of_Obj : Object) return String;

  function Second_View (Of_Obj : Object) return String;

  function Image (Of_Obj : Object) return String;

  function Single_View (Of_Obj : Object) return Boolean;

end View_Pair;