Home
last modified time | relevance | path

Searched refs:Abstract_Source (Results 1 – 2 of 2) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/uaflex/lib/
H A Dabstract_sources.ads51 type Abstract_Source is limited interface; type
58 type Source_Access is access all Abstract_Source'Class;
61 (Self : not null access Abstract_Source) return Code_Unit_32 is abstract;
H A Dstring_sources.ads51 type String_Source is new Abstract_Sources.Abstract_Source with private;
63 type String_Source is new Abstract_Sources.Abstract_Source with record