I could not find any documents for Reference >> Pointers >> Pointers to Objects of Derived Classes ??

Can you please send html link, thanks

On 11/1/05, Jeff Flinn <TriumphSprint2000@hotmail.com> wrote:
 
We have a situation where there is BaseAbstract class and Derived concrete class.
Interface requires that we pass BaseAbstractClassPointer, using which user can provide any of Derived Concrete class pointer and Interface remain generic to them.
 
However serializing BaseAbstractPointer is throwing following error -
 A unregistered class
 
How do we handle this situation ?
See Reference >> Pointers >> Pointers to Objects of Derived Classes in the serialization docs. You'll have to explicitly register your derived classes.
 
Jeff Flinn

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users