|
|
@@ -25,9 +25,11 @@
|
|
|
|
|
|
* Mission: get rid of named types
|
|
|
- make it possible to use custom generators (eg for plugins)
|
|
|
- * dispatcher, emitter, registry
|
|
|
+ * registry
|
|
|
+ * meta: use type_id, remove import, everything should work transparently
|
|
|
* type_id_enabled and fallback on old-fashioned families otherwise
|
|
|
* add discard pool functionality (+ test)
|
|
|
+ - use type_id also for groups, get rid of extent and subfunctions, is it possible?
|
|
|
- reintroduce old-fashion family and add a new family-like thing with generators
|
|
|
- families should be defined as out-of-class to guarantee the same identifiers for the same types
|
|
|
- update doc: family, dispatcher, emitter, registry, meta, across boundaries
|