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

⟦44964f181⟧ TextFile

    Length: 528 (0x210)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

with Po_Handle;

package Po_Handle_Extension is

  --
  -- specially provided to support the iterator based external text
  -- conversion approach
  --

  type Line_Iterator is private;


  function  Init  (The_Element : Po_Handle.Object) return Line_Iterator;
  function  Done  (The_Iter : Line_Iterator)       return Boolean;
  function  Value (The_Iter : Line_Iterator)       return String;
  procedure Next  (The_Iter : in out Line_Iterator);

private

  type Line_Iterator is new Po_Handle.Object;

end Po_Handle_Extension;