Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class I18N_CURRENCY_INFO General cluster: locale_info description: "Encapsulates information about currency formatting" create: make Ancestors ANY Queries currency_decimal_separator: STRING_32 currency_group_separator: STRING_32 currency_grouping: ARRAY [INTEGER_32] currency_international_decimal_separator: STRING_32 currency_international_group_separator: STRING_32 currency_international_grouping: ARRAY [INTEGER_32] currency_international_number_list_separator: STRING_32 currency_international_numbers_after_decimal_separator: INTEGER_32 currency_international_symbol: STRING_32 Currency_international_symbol_appended: INTEGER_32 currency_international_symbol_location: INTEGER_32 Currency_international_symbol_prefixed: INTEGER_32 Currency_international_symbol_radix: INTEGER_32 currency_negative_sign: STRING_32 currency_number_list_separator: STRING_32 currency_numbers_after_decimal_separator: INTEGER_32 currency_positive_sign: STRING_32 currency_symbol: STRING_32 Currency_symbol_appended: INTEGER_32 currency_symbol_location: INTEGER_32 Currency_symbol_prefixed: INTEGER_32 Currency_symbol_radix: INTEGER_32 Default_currency_decimal_separator: STRING_32 Default_currency_group_separator: STRING_32 Default_currency_grouping: ARRAY [INTEGER_32] Default_currency_negative_sign: STRING_32 Default_currency_number_list_separator: STRING_32 Default_currency_numbers_after_decimal_separator: INTEGER_32 Default_currency_positive_sign: STRING_32 Default_currency_symbol: STRING_32 Default_currency_symbol_location: INTEGER_32 Commands set_currency_decimal_separator (separator: READABLE_STRING_GENERAL) set_currency_group_separator (separator: READABLE_STRING_GENERAL) set_currency_grouping (a_array: ARRAY [INTEGER_32]) set_currency_negative_sign (a_string: READABLE_STRING_GENERAL) set_currency_number_list_separator (separator: READABLE_STRING_GENERAL) set_currency_numbers_after_decimal_separator (numbers: INTEGER_32) set_currency_positive_sign (a_string: READABLE_STRING_GENERAL) set_currency_symbol (a_currency_symbol: READABLE_STRING_GENERAL) set_currency_symbol_location (a_location: INTEGER_32) set_international_currency_decimal_separator (separator: READABLE_STRING_GENERAL) set_international_currency_group_separator (separator: READABLE_STRING_GENERAL) set_international_currency_grouping (a_array: ARRAY [INTEGER_32]) set_international_currency_number_list_separator (separator: READABLE_STRING_GENERAL) set_international_currency_numbers_after_decimal_separator (numbers: INTEGER_32) set_international_currency_symbol (a_currency_symbol: READABLE_STRING_GENERAL) set_international_currency_symbol_location (a_location: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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