You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enums were implemented to some extent in DataTypes in John's original version, but I've been ignoring them. Evaluate the extent to which the EnumDataType, EnumDictionary, and Enumerator classes are working and patch together support for them.
The text was updated successfully, but these errors were encountered:
Actually we should probably put some more thought into this - I need to think about the level of support that we have for enums and how the values are set. I think we may need to have a nested enum dictionary to handle enums nested inside namespaces and classes. This may or may not go inside the DataTypeInator - need to think some more about how the EnumDictionary will actually be used.
Enums were implemented to some extent in DataTypes in John's original version, but I've been ignoring them. Evaluate the extent to which the EnumDataType, EnumDictionary, and Enumerator classes are working and patch together support for them.
The text was updated successfully, but these errors were encountered: