- indexing
- title: "Function types 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_FUNCKIND
- feature -- The function is accessed via the virtual function table
-- and takes an implicit this pointer.
-
FUNC_PUREVIRTUAL: INTEGER
-
FUNC_VIRTUAL: INTEGER
-
FUNC_NONVIRTUAL: INTEGER
-
FUNC_STATIC: INTEGER
-
FUNC_DISPATCH: INTEGER
end -- class EOLE_FUNCKIND