This site contains older material on Eiffel. For the main Eiffel page, see http://www.eiffel.com.

EiffelBase class
(HTML page generated by ISE Eiffel 4.2)

Eiffel Class
indexing
	description: "Priority queues, without commitment to a particular representation";
	status: "See notice at end of class";
	names: priority_queue, dispenser;
	access: fixed, membership;
	contents: generic;
	date: "$Date: 2007-03-30 19:10:11 +0000 (Fri, 30 Mar 2007) $";
	revision: "$Revision: 95354 $"

deferred class PRIORITY_QUEUE [G -> PART_COMPARABLE]

inherit
	DISPENSER [G]

end -- class PRIORITY_QUEUE