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
After discussion with @bocchino we decided to perform type alias codegen with the following:
.hpp
.h
typedef
Simple type aliases are those that support being defined as C types. They must meet all the following requirements
U8
I8
U16
I16
U32
I32
U64
I64
F32
F64
Related to #113
The text was updated successfully, but these errors were encountered:
Kronos3
No branches or pull requests
After discussion with @bocchino we decided to perform type alias codegen with the following:
.hpp
file that has the proper namespaceing based on module.h
file with a C-styletypedef
.hpp
file that includes the.h
file.hpp
with the proper module/namespacing with the type aliastypedef
Simple Type alias
Simple type aliases are those that support being defined as C types. They must meet all the following requirements
U8
I8
U16
I16
U32
I32
U64
I64
F32
F64
Related to #113
The text was updated successfully, but these errors were encountered: