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

⟦4da8adc6d⟧ TextFile

    Length: 722 (0x2d2)
    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 Object_Set;
with Directory;
with Diana;
package Directory_Tools is

    package Dir renames Directory;

    subtype Set_Of_Objects is Object_Set.Set;

    function Get_Object (Name : String) return Dir.Object;

    function Get_Object (Comp_Unit : Diana.Tree) return Dir.Object;

    function Get_Object_Of_Any_Node (Node : Diana.Tree) return Dir.Object;

    function Get_Root (Object : Dir.Object) return Diana.Tree;

    function Objects_In_Context_Clause
                (Object : Dir.Object) return Set_Of_Objects;

    function Is_Mirror (Object : Dir.Object) return Boolean;

    function Is_Subsystem_Spec (Object : Dir.Object) return Boolean;

    Failure, Illegal_Operation : exception;
end Directory_Tools;