DIAttributeTypeEncoding

public enum DIAttributeTypeEncoding

Describes how a base type is encoded and to be interpreted by a debugger.

  • A linear machine address.

    Declaration

    Swift

    case address
  • A true or false value.

    Declaration

    Swift

    case boolean
  • A complex binary floating-point number.

    Declaration

    Swift

    case complexFloat
  • A binary floating-point number.

    Declaration

    Swift

    case float
  • A signed binary integer.

    Declaration

    Swift

    case signed
  • A signed character.

    Declaration

    Swift

    case signedChar
  • An unsigned binary integer.

    Declaration

    Swift

    case unsigned
  • An unsigned character.

    Declaration

    Swift

    case unsignedChar
  • An imaginary binary floating-point number.

    Declaration

    Swift

    case imaginaryFloat
  • A packed decimal number.

    Declaration

    Swift

    case packedDecimal
  • A numeric string.

    Declaration

    Swift

    case numericString
  • An edited string.

    Declaration

    Swift

    case edited
  • A signed fixed-point scaled integer.

    Declaration

    Swift

    case signedFixed
  • An unsigned fixed-point scaled integer.

    Declaration

    Swift

    case unsignedFixed
  • An IEEE-754R decimal floating-point number.

    Declaration

    Swift

    case decimalFloat
  • utf

    An ISO/IEC 10646-1:1993 character.

    Declaration

    Swift

    case utf
  • ucs

    An ISO/IEC 10646-1:1993 character in UCS-4 format.

    Declaration

    Swift

    case ucs
  • An ISO/IEC 646:1991 character.

    Declaration

    Swift

    case ascii