| Znav | ||||
|---|---|---|---|---|
|
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 | ||||
|---|---|---|---|---|
|