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
Currently object is first created and then the _net_to_host_XXX function is called.
The function actually does the intialization, so perhaps init would be better name than swap.
Another reason are Enums, which need to know endianess when created.
The text was updated successfully, but these errors were encountered:
In order to simplify JNI generator, initializing functions for arrays needs to be generated.
For custom types (Class, Enum, Union), consider hiding swap functions inside constructors
to reduce size of generated message handlers.
Currently object is first created and then the _net_to_host_XXX function is called.
The function actually does the intialization, so perhaps init would be better name than swap.
Another reason are Enums, which need to know endianess when created.
The text was updated successfully, but these errors were encountered: