DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 1018 (0x3fa) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Object; with String_Map_Generic; package Symbols is package Symbols_Table is new String_Map_Generic (Size => 100, Range_Type => Object.Reference, Ignore_Case => True); subtype Table is Symbols_Table.Map; procedure Put (This_Object : Object.Reference; Named : Object.Tiny_String; Into : in out Table); procedure Get (Object_Named : Object.Tiny_String; From_Table : Table; Into : in out Object.Reference; Status : out Boolean); function Exist (This_Name : Object.Tiny_String; Into : Table) return Boolean; procedure Remove (This_Name : Object.Tiny_String; From : in out Table); procedure Free (This_Table : in out Table); function Create return Table; function Is_Empty (This_Table : Table) return Boolean; function Cardinality (Of_This_Table : Table) return Natural; end Symbols;