object generator progress

This commit is contained in:
Sascha Kühl
2025-11-24 16:26:52 +01:00
parent e67c0f39a3
commit ede5a8c636
17 changed files with 329 additions and 134 deletions
+2
View File
@@ -19,6 +19,7 @@ struct attribute_options {
int index{-1};
};
class object;
class attribute_generator;
class attribute {
public:
@@ -87,6 +88,7 @@ public:
private:
friend class object;
friend class attribute_generator;
std::string name_;
object *owner_{nullptr};