Listing 10


class ILeaf : public IUncertain {
public:
   virtual std::string const & name() const = 0;
};