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 - metrics - download
Index: T V

⟦2587dd136⟧ TextFile

    Length: 674 (0x2a2)
    Types: TextFile
    Names: »V«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with Lines;
package Line_Iterator_Operations_Solution is

    generic
        type Information is private;

        with function Count (Info : Information; The_Line : Lines.Line)
                            return Integer;
    procedure Total_Count (Info : Information;
                           Iter : in out Lines.Line_Iterator;
                           Total : out Integer);

    -- returns the total number of the character type in all lines
    --

    generic
        with procedure Put_Line (The_Line : Lines.Line);
    procedure Put_All (Iter : in out Lines.Line_Iterator);

    -- puts all the lines in an iterator
    --

end Line_Iterator_Operations_Solution;