How to define enumeration with int value in IDL? #221
Unanswered
Octavian-Zhang
asked this question in
Q&A
Replies: 1 comment
-
The IDL to C++11 language mapping specification states in clause 6.9 that an IDL enumeration should map to an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to define an enumeration as the following in IDL?
If yes, what's the correct syntax for such a definition? The code snippet above isn't valid in IDL.
Beta Was this translation helpful? Give feedback.
All reactions