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

Issue parsing a class field which its type is a template class #44

Open
yossik1977 opened this issue Mar 21, 2021 · 0 comments
Open

Issue parsing a class field which its type is a template class #44

yossik1977 opened this issue Mar 21, 2021 · 0 comments
Labels
question Further information is requested

Comments

@yossik1977
Copy link

Hi,
Consider the following code:
class TemplateTesterClass
{
public:
TestTemplate a;
TestNamespace::TestTemplate2 b;
};

Field 'a' is parsed correctly, its type is fully available by using the Type.GetDisplayName() I get "TestTemplate", from which I can extract the "int".
However in field 'b' the parser reacts differently and I get only "TestTemplate2" from the parser by using the Type.GetDisplayName().
The difference is TestTemplate2 is in a namespace named "TestNamespace".

The problem is the type "int" for field 'b' is not available from the parser.

@xoofx xoofx added the question Further information is requested label Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants