Added handling of nontype template parameters
This commit is contained in:
@@ -89,6 +89,8 @@ struct class_relationship {
|
||||
|
||||
struct class_template {
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::string default_value;
|
||||
};
|
||||
|
||||
struct class_ : public element {
|
||||
|
||||
Reference in New Issue
Block a user