class
	WEAK_REFERENCE [G]

General
	cluster: elks
	description: 
		"Abstraction for weak references, i.e. references to object that can still be reclaimed by the GC.
		If the actual generic parameter is expanded, put cannot be used as it does not make sense from the user
		point of view."
	create: default_create, put

Ancestors
	DISPOSABLE*

Queries
	exists: BOOLEAN
	item: detachable G

Commands
	clear
	put (v: G)


Generated by ISE EiffelStudio