- indexing
- title: "FUNCDESC 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_FUNCDESC
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
get_member_id: INTEGER
-
get_valid_scodes_count: INTEGER
-
get_valid_scode (pos: INTEGER): INTEGER
-
get_param_count: INTEGER
-
get_optional_param_count: INTEGER
-
get_parameter (pos: INTEGER): EOLE_ELEMDESC
-
get_funckind: INTEGER
-
get_invokekind: INTEGER
-
get_callconv: INTEGER
-
get_vtbl_offset: INTEGER
-
get_return_type: EOLE_ELEMDESC
-
get_func_flags: INTEGER
end -- class EOLE_FUNCDESC