|
|
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 - metrics - downloadIndex: T V
Length: 722 (0x2d2)
Types: TextFile
Names: »V«
└─⟦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⟧
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;