Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

...

Element TypeMapped Sequence Type
enum, struct, basic type other than stringvector1 of the mapped element type,
empty 0-by-0 array of the mapped element type for empty sequence
all other types: class, dictionary, proxy, sequence, string1-by-n cell array of the mapped element type,
empty 0-by-0 cell array for empty sequence
Info

For sequences of user-defined types, the mapping generates a class with the same name as the sequence. This class contains only marshaling code and therefore we do not describe it here.

...