- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
expanded class ECOM_ENUM_FUNCKIND
- inherit
-
INTEGER
- end
- feature -- Enumeration constants
-
FUNC_VIRTUAL: ECOM_ENUM_FUNCKIND
-
FUNC_PUREVIRTUAL: ECOM_ENUM_FUNCKIND
-
FUNC_NONVIRTUAL: ECOM_ENUM_FUNCKIND
-
FUNC_STATIC: ECOM_ENUM_FUNCKIND
-
FUNC_DISPATCH: ECOM_ENUM_FUNCKIND
- feature -- Enumeration constants values
-
FUNC_VIRTUAL_VALUE: INTEGER
-
FUNC_PUREVIRTUAL_VALUE: INTEGER
-
FUNC_NONVIRTUAL_VALUE: INTEGER
-
FUNC_STATIC_VALUE: INTEGER
-
FUNC_DISPATCH_VALUE: INTEGER
end -- class ECOM_ENUM_FUNCKIND