- indexing
- title: "TYPEDESC support"
- 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_TYPEDESC
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
get_vartype: INTEGER
-
get_typedesc: EOLE_TYPEDESC
end -- class EOLE_TYPEDESC