removed attribute_generator and constraints_generator

This commit is contained in:
Sascha Kühl
2025-12-11 09:13:14 +01:00
parent 5afb616205
commit f842efb611
14 changed files with 13 additions and 400 deletions
+1 -2
View File
@@ -38,7 +38,6 @@ public:
friend std::ostream& operator<<(std::ostream& os, const object& obj);
private:
friend class constraints_generator;
friend class attribute_generator;
friend class object_generator;
@@ -46,7 +45,7 @@ private:
attribute* pk_attribute_{nullptr};
utils::identifier pk_identifier_;
std::list<attribute> attributes_;
std::list<class restriction> constraints_;
std::list<restriction> constraints_;
};
}
#endif //MATADOR_OBJECT_HPP