Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Class hierarchy not present in stubs #1

Open
torokati44 opened this issue Apr 5, 2023 · 0 comments
Open

Class hierarchy not present in stubs #1

torokati44 opened this issue Apr 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@torokati44
Copy link

torokati44 commented Apr 5, 2023

If class Base and class Derived : public Base are wrapped, with Base::foo() and Derived::bar() in them, the generated stub lists both foo and bar under Derived separately, instead of having class Derived(Base).

I'm not sure this matters at all for what the purpose of stubs is, but would certainly be nicer and a lot less stub code to fix up after generation.

@cansik cansik added the enhancement New feature or request label Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants