pip_cmg namespaces fix

This commit is contained in:
2022-05-20 15:23:01 +03:00
parent ffa25c18f0
commit 12c032392c
2 changed files with 39 additions and 21 deletions

View File

@@ -151,7 +151,7 @@ private:
bool parseFileContent(PIString & fc, bool main);
bool parseDirective(PIString d);
Entity * parseClassDeclaration(const PIString & fc);
PIString parseClass(Entity * parent, PIString & fc);
void parseClass(Entity * parent, PIString & fc, bool is_namespace);
MetaMap parseMeta(PIString & fc);
bool parseEnum(Entity * parent, const PIString & name, PIString fc, const MetaMap & meta);
Typedef parseTypedef(PIString fc);