Replies: 1 comment 5 replies
-
We can get it to put custom Java code for that kind of use case: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I had to disable exposing a base class but I would like to expose some methods from that class, how can I do that?
Example
and when using:
The getA() method isn't exposed. I know I could remove the base definition but in my library I can't do that as it's one of the boost classes with a lot of methods that can't be exposed.
Thanks
Dominik
Beta Was this translation helpful? Give feedback.
All reactions