- indexing
- title: "Variable type description"
- 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_VARDESC
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
get_memberid: INTEGER
-
get_instance_offset: INTEGER
-
get_constant_variant: EOLE_VARIANT
-
get_varkind: INTEGER
-
get_elemdesc: EOLE_ELEMDESC
-
get_varflags: INTEGER
-
set_memberid (id: INTEGER)
-
set_instance_offset (off: INTEGER)
-
set_constant_variant (var: EOLE_VARIANT)
-
set_varkind (kind: INTEGER)
-
set_elemdesc (desc: EOLE_ELEMDESC)
-
set_varflags (varflags: INTEGER)
end -- class EOLE_VARDESC