We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can register structs, but function registration doesn't work, I get preprocessor errors. Such as:
Also, is it possible to implement member functions for the struct types?
The text was updated successfully, but these errors were encountered:
You might need to do it in two parts like in this example: https://github.com/orangeduck/LuaAutoC/blob/master/examples/example_unnested.c
I assume you mean like C++ class methods? No this is not possible.
Sorry, something went wrong.
No branches or pull requests
I can register structs, but function registration doesn't work, I get preprocessor errors. Such as:
![image](https://private-user-images.githubusercontent.com/5081992/264385939-69ff739f-a5a9-45f1-8e3f-e690259b7a53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjkyNjgsIm5iZiI6MTczOTQyODk2OCwicGF0aCI6Ii81MDgxOTkyLzI2NDM4NTkzOS02OWZmNzM5Zi1hNWE5LTQ1ZjEtOGUzZi1lNjkwMjU5YjdhNTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDY0MjQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWY0OTAzY2E1YjY0M2Q2MjlhODE3ZGU2YTBhOWU0NzA0NjcyZjdiOTA3ZjcyOGVlZGJhYTI3OTI1YzljN2E1ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wP1cUGjjd5jX-FDHctFqfW0_Eumz4dUJrmh9CgJcB_Q)
Also, is it possible to implement member functions for the struct types?
The text was updated successfully, but these errors were encountered: