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
Probably, correct represntation of c++ memory layout will be with embedded public fields from base class to derived class. Not actually sure about this.
The text was updated successfully, but these errors were encountered:
Input C/C++ Header
Bindgen Invocation
Actual Results
C++ demonstration:
https://gist.github.com/not-fl3/1e2d478b6c74230c313fb4e1716b937b
Size of class is different for composition and inheritance, also with different field's visibility.
Expected Results
Probably, correct represntation of c++ memory layout will be with embedded public fields from base class to derived class. Not actually sure about this.
The text was updated successfully, but these errors were encountered: