Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextC++ Mapping for Structures
prevC++ Mapping for Built-In Types

A Slice enumeration maps to the corresponding enumeration in C++. For example:

Wiki Markup
{zcode:slice}
enum Fruit { Apple, Pear, Orange };
{zcode}

Not surprisingly, the generated C++ definition is identical:

Wiki Markup
{zcode:cpp}
enum Fruit { Apple, Pear, Orange };
{zcode}
Ztop
See Also
Zret
Znav
nextC++ Mapping for Structures
prevC++ Mapping for Built-In Types