Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class CURL_DEFAULT_FUNCTION General cluster: curl description: "Default implementation of CURL_FUNCTION." create: make Ancestors CURL_FUNCTION* Queries debug_function (a_curl_handle: POINTER; a_curl_infotype: INTEGER_32; a_char_pointer: POINTER; a_size: INTEGER_32; a_object_id: POINTER): INTEGER_32 progress_function (a_object_id: POINTER; a_download_total, a_download_now, a_upload_total, a_upload_now: REAL_64): INTEGER_32 read_function (a_data_pointer: POINTER; a_size, a_nmemb: INTEGER_32; a_object_id: POINTER): INTEGER_32 write_function (a_data_pointer: POINTER; a_size, a_nmemb: INTEGER_32; a_object_id: POINTER): INTEGER_32 Commands c_set_debug_function (a_setopt_api, a_curl_handle: POINTER) c_set_progress_function (a_setopt_api, a_curl_handle: POINTER) c_set_read_function (a_setopt_api, a_curl_handle: POINTER) c_set_write_function (a_setopt_api, a_curl_handle: POINTER) dispose set_object_and_function_address
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org