Re: [gtkmm] struct ustring::SequenceToString<In,char> : public std::string



Am Fre, 2002-08-23 um 18.44 schrieb Hopfes, Harald:

> but as you say at the beginning of file glib/glibmm/ustring.h
> std::string is intended to be a final class, but
> ustring::SequenceToString<In,char> is a child of std::string??
> 
> Is that correct?

ustring::SequenceToString<In,char> is an internal helper class you
should just ignore.  It's only used internally by the ustring
implementation, thus the main reason why you shouldn't derive from
std::string (no virtual dtor) doesn't apply here.

--Daniel





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]