Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class I18N_MO_FILE General cluster: datasource description: "Class that represents a .mo file. The description of this file format can be found here: http://www.gnu.org/software/gettext/manual/html_node/gettext_136.html" create: make Ancestors I18N_FILE* IMPORTED_UTF8_READER_WRITER Queries context_string (i: INTEGER_32): detachable STRING_32 entry_count: INTEGER_32 entry_has_plurals (i: INTEGER_32): BOOLEAN last_original: TUPLE [INTEGER_32, LIST [STRING_32]] last_translated: TUPLE [INTEGER_32, LIST [STRING_32]] locale: detachable STRING_32 opened: BOOLEAN original_plural_string (i: INTEGER_32): STRING_32 original_singular_string (i: INTEGER_32): STRING_32 plural_form: INTEGER_32 Plural_tools: I18N_PLURAL_TOOLS translated_plural_strings (i: INTEGER_32): ARRAY [STRING_32] translated_singular_string (i: INTEGER_32): STRING_32 Utf8_rw: UTF8_READER_WRITER valid: BOOLEAN valid_index (i: INTEGER_32): BOOLEAN Commands close get_original_entries (i_th: INTEGER_32) get_translated_entries (i_th: INTEGER_32) open Constraints
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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