Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class ECOM_CURRENCY General cluster: structures description: "COM Currency Structure" create: make, make_from_pointer, make_from_decimal Ancestors ECOM_STRUCTURE* NUMERIC* Queries absolute: ECOM_CURRENCY ceiled_integer_portion: ECOM_CURRENCY divisible (other: ECOM_CURRENCY): BOOLEAN exists: BOOLEAN exponentiable (other: ECOM_CURRENCY): BOOLEAN high_bits: INTEGER_32 identity alias "+": ECOM_CURRENCY is_equal (other: [like Current] ECOM_CURRENCY): BOOLEAN item: POINTER low_bits: INTEGER_32 minus alias "-" alias "" (other: ECOM_CURRENCY): ECOM_CURRENCY multiply_integer (an_integer: INTEGER_32): ECOM_CURRENCY one: ECOM_CURRENCY opposite alias "-" alias "": ECOM_CURRENCY plus alias "+" (other: ECOM_CURRENCY): ECOM_CURRENCY power alias "^" (other: NUMERIC): NUMERIC product alias "*" alias "×" (other: ECOM_CURRENCY): ECOM_CURRENCY quotient alias "/" alias "÷" (other: ECOM_CURRENCY): ECOM_CURRENCY rounded (value: INTEGER_32): ECOM_CURRENCY shared: BOOLEAN structure_size: INTEGER_32 truncated_to_double: REAL_64 truncated_to_integer_portion: ECOM_CURRENCY zero: ECOM_CURRENCY Commands copy (other: [like Current] ECOM_CURRENCY) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_high_bits (an_integer: INTEGER_32) set_item (an_item: POINTER) set_low_bits (an_integer: INTEGER_32) set_shared set_unshared set_value (source: [like Current] ECOM_CURRENCY)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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