
28 Sep
2007
28 Sep
'07
1:16 a.m.
Gottlob Frege wrote:
I'm not sure if these polymorphic value objects are the same, but maybe you should look at Adobe's open source poly object: http://opensource.adobe.com/group__poly__related.html
It's quite different. Mine allow to use objects of type Derived as if they were variables of type Base. Which is just OOP. From what I've read it seems Adobe ones allows to generate an interface on the fly from a C++0x and use it with types that comply to that interface, without any relation to inheritance or anything. That's more like "dynamic any".