Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it will lost some class in hpp file #149

Open
coderguang opened this issue May 7, 2022 · 1 comment
Open

it will lost some class in hpp file #149

coderguang opened this issue May 7, 2022 · 1 comment

Comments

@coderguang
Copy link

i had a A.hpp,include class A。
it can generator right at first。
but when i new a class B inherit A in B.hpp。
it will lost A expose。

@coderguang
Copy link
Author

I had solve this.
next is my code

builder = module_builder.module_builder_t(
        header_file,
        xml_generator_path=generator_path,
        xml_generator_config=xml_generator_config,
        compilation_mode=const.builder_compilation_mode,
    )

my header_file is a list of file by Relative path。
it cant pass check by pygccxml/parser/source_reader.py function:__parse_xml_file
It's exclude but no any warning。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant