class
	CPF_EXTERNAL

General
	cluster: cpf
	description: "External C function for the Custom Package File (CPF) Library."

Ancestors
	ANY

Queries
	c_sizeof_custom_package_file_infos: INTEGER_32
	get_custom_package_infos_struct_file_ptr (cpf_infos: POINTER): POINTER
	get_custom_package_infos_struct_start_offset (cpf_infos: POINTER): INTEGER_64
	get_custom_package_infos_struct_total_size (cpf_infos: POINTER): INTEGER_64
	natural_32_to_real_32 (i: NATURAL_32): REAL_32
	natural_64_to_real_64 (i: NATURAL_64): REAL_64
	real_32_to_natural_32 (i: REAL_32): NATURAL_32
	real_64_to_natural_64 (i: REAL_64): NATURAL_64

Commands
	set_custom_package_infos_struct_file_ptr (cpf_infos, file_ptr: POINTER)
	set_custom_package_infos_struct_start_offset (cpf_infos: POINTER; value: INTEGER_64)
	set_custom_package_infos_struct_total_size (cpf_infos: POINTER; value: INTEGER_64)


Generated by ISE EiffelStudio