Boost logo

Boost :

Subject: Re: [boost] [intrusive] rtti_base class proposition
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2009-10-22 11:04:11


Ireneusz Szpilewski wrote:
> Joel Falcou wrote:
>
> > you just have to have Cat and Dog inherit from
> > FactoryProduct and not
> > from an arbitrary cosmic base class that has no meaning in
> > the model.
>
> OK, lets call it boost::object :-).

You're missing the point. It isn't the name he's faulting. It's the use of a meaningless ABC just to add RTTI support. As I said before, you create an ABC that represents the root of a hierarchy for the given use case, not use a one-size-fits-all ABC. In this case, as Joel noted, Product is your ABC. Give it appropriate virtual functions and a virtual destructor and create collections of Products to your hearts content. Why would you need a container of Products and Organs (as in body parts) when one belongs to a factory and the other to a hospital? They are unrelated, so they shouldn't derive from a common base class.

Given the foregoing, there's no value in your RTTI ABC.

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


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