Boost logo

Boost :

From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-09-27 21:16:25


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".


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk