Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enums in DataTypes #7

Open
jdeans289 opened this issue Jul 10, 2023 · 2 comments
Open

Enums in DataTypes #7

jdeans289 opened this issue Jul 10, 2023 · 2 comments

Comments

@jdeans289
Copy link
Owner

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.

@jdeans289
Copy link
Owner Author

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.

@jdeans289
Copy link
Owner Author

I cleaned it up a little, but we will definitely need to think about how the enum dictionary works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant