Added basic class access and type specifiers generation

This commit is contained in:
Bartek Kryza
2021-02-23 23:31:35 +01:00
parent a3459035d7
commit 78d8655c6d
8 changed files with 145 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ struct class_method : public class_element {
bool is_virtual{false};
bool is_const{false};
bool is_defaulted{false};
bool is_static{false};
};
struct class_parent {