Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class CURL_EASY_EXTERNALS_I General cluster: curl description: "cURL easy externals. For more informaton see: http://curl.haxx.se/libcurl/c/" Ancestors ANY Queries curl_easy_cleanup_ptr: POINTER curl_easy_getinfo_ptr: POINTER curl_easy_init_ptr: POINTER curl_easy_perform_ptr: POINTER curl_easy_setopt_ptr: POINTER curl_function: CURL_FUNCTION getinfo (a_curl_handle: POINTER; a_info: INTEGER_32; a_data: CELL [detachable ANY]): INTEGER_32 init: POINTER is_api_available: BOOLEAN perform (a_curl_handle: POINTER): INTEGER_32 Commands cleanup (a_curl_handle: POINTER) set_curl_function (a_curl_function: CURL_FUNCTION) set_debug_function (a_curl_handle: POINTER) set_progress_function (a_curl_handle: POINTER) set_read_function (a_curl_handle: POINTER) set_write_function (a_curl_handle: POINTER) setopt_curl_string (a_curl_handle: POINTER; a_opt: INTEGER_32; a_curl_string: CURL_STRING) setopt_file (a_curl_handle: POINTER; a_opt: INTEGER_32; a_file: FILE) setopt_form (a_curl_handle: POINTER; a_opt: INTEGER_32; a_form: CURL_FORM) setopt_integer (a_curl_handle: POINTER; a_opt, a_integer: INTEGER_32) setopt_mime (a_curl_handle: POINTER; a_opt: INTEGER_32; a_mime: POINTER) setopt_slist (a_curl_handle: POINTER; a_opt: INTEGER_32; a_curl_slist: POINTER) setopt_string (a_curl_handle: POINTER; a_opt: INTEGER_32; a_string: READABLE_STRING_GENERAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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