Sha256: 73f44bb7a814008cafbca28c9844f54480729a6da8cce8c1f603634ed1b58c17
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
Adjust input.ads /^ procedure Adjust(S: in out Stack);$/;" R packspec:GenStack Data input.ads /^ Data: Data_Ptr;$/;" c type:Node file: Data_Ptr input.ads /^ type Data_Ptr is access StackData'Class;$/;" t packspec:GenStack file: Empty input.ads /^ function Empty(S: Stack) return Boolean;$/;" R packspec:GenStack Finalize input.ads /^ procedure Finalize(S: in out Stack);$/;" R packspec:GenStack GenStack input.ads /^package GenStack is$/;" P Initialize input.ads /^ procedure Initialize(S: in out Stack);$/;" R packspec:GenStack Next input.ads /^ Next: Node_Ptr;$/;" c type:Node file: Node input.ads /^ type Node is record$/;" t packspec:GenStack file: Node_Ptr input.ads /^ type Node_Ptr is access Node;$/;" t packspec:GenStack file: Pop input.ads /^ procedure Pop(S: in out Stack; D: in out StackData'class);$/;" R packspec:GenStack Push input.ads /^ procedure Push(S: in out Stack; D: StackData'class);$/;" R packspec:GenStack Stack input.ads /^ type Stack is new Controlled with private;$/;" t packspec:GenStack Stack input.ads /^ type Stack is new Controlled with record$/;" t packspec:GenStack file: StackData input.ads /^ type StackData is new Controlled with null record;$/;" t packspec:GenStack Top input.ads /^ procedure Top(S: Stack; Data: in out StackData'class);$/;" R packspec:GenStack
Version data entries
4 entries across 2 versions & 1 rubygems