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

Generate opaque type for incomplete struct #58

Closed
edsko opened this issue Aug 3, 2024 · 1 comment
Closed

Generate opaque type for incomplete struct #58

edsko opened this issue Aug 3, 2024 · 1 comment

Comments

@edsko
Copy link
Collaborator

edsko commented Aug 3, 2024

An incomplete struct is a struct whose members have not yet been specified. Incomplete types [can be] used for data hiding; the incomplete type is defined in a header file, and the body only within the relevant source file (wikipedia). For such structs we should generate an opaque type.

@edsko
Copy link
Collaborator Author

edsko commented Dec 20, 2024

This is implemented.

@edsko edsko closed this as completed Dec 20, 2024
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