Skip to content

[javacpp-project] Problem with multiple inheritance in C++ #360

@AnDevi

Description

@AnDevi

Here is my example code:
https://github.com/AnDevi/javacpp_example/tree/master/example

What I want do is generate class MyClass (https://github.com/AnDevi/javacpp_example/blob/master/example/libs/example/include/example.hpp) without generating BaseA, BaseB and BaseC classes in java file (https://github.com/AnDevi/javacpp_example/blob/master/example/ExampleLibrary.java).
MyClass have to inherit after 3+ classes.
Is it possible ? I assume that it is, but I have to some special tricks in config file (https://github.com/AnDevi/javacpp_example/blob/master/example/ExampleConfig.java) to handle it.

Thanks a lot for help !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions