|
Hello all,
I noticed in the help file, enum types are unsupported for
VC++.
How do I specify an enum type in my rose model?
According to help I just name the class as
<<enum>> myenumtype
How/where do I put the (items and) values associated
with each of the enumerated items?
as in
enum x
{
x_unassigned = 0,
x_something=1,
x_other = 2,
// etc
};
Thanks in advance
David Stockwell
|
- RE: (ROSE) enum types David R. Stockwell
- RE: (ROSE) enum types Aker, Eric
- Re: (ROSE) enum types David R. Stockwell
- RE: (ROSE) enum types Mathieu Girard
