// a.d
class Base { /* whatever magic to get derived classes */ }
// b.d
import a;
class Derived : Base {}
void main() {}
to find derived classes at runtime: http://forum.dlang.org/thread/[email protected]#post-op.vns7nfjpvxi10f:40biotronic-pc.lan
// a.d
class Base { /* whatever magic to get derived classes */ }
// b.d
import a;
class Derived : Base {}
void main() {}
to find derived classes at runtime: http://forum.dlang.org/thread/[email protected]#post-op.vns7nfjpvxi10f:40biotronic-pc.lan