- indexing
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_REFERENCE
- feature
-
set_type (t: INTEGER)
-
- require
-
good_type:
valid_type (t)
-
set_ptr (p: POINTER)
-
get_type: INTEGER
-
get_ptr: POINTER
end -- class EOLE_REFERENCE