Bull DPX/20 Betriebsanweisung Seite 347

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 346
3-41
Interface Repository Framework Reference
TypeCode_kind Function
Purpose
Categorizes the abstract data type described by a TypeCode.
IDL Syntax
TCKind TypeCode_kind ( );
enum TCKind {
tk_null, tk_void,
tk_short, tk_long, tk_ushort, tk_ulong,
tk_float, tk_double, tk_boolean, tk_char,
tk_octet, tk_any, tk_TypeCode, tk_Principal,
tk_objref, tk_struct, tk_union, tk_enum, tk_string,
tk_sequence, tk_array, tk_pointer, tk_self, tk_foreign
};
Description
The TypeCode_kind function can be used to classify a TypeCode into one of the
categories listed in the TCKind enumeration. Based on the “kind” classification, a
TypeCode may contain 0 or more additional parameters to fully describe the underlying
data type.
The following table indicates the number and function of these additional parameters.
TCKind entries not listed in the table are basic data types and do not have any additional
parameters. The designation “N” refers to the number of members in a struct or union, or
the number of enumerators in an enum.
Seitenansicht 346
1 2 ... 342 343 344 345 346 347 348 349 350 351 352 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare