[Interest] QT API wrapper around std:: containers?

Felix morack felixover at gmail.com
Thu Jan 29 21:34:46 CET 2015


1. yes, but that isnt stl based. i am talking about a drop-in replacement
that wraps a std:: container.
2. Qt containers will only store maximal number of MAX_INT number of items,
ie 2147483647.
3. because i have a lot of code written against the Qt api already.

2015-01-29 21:22 GMT+01:00 Thiago Macieira <thiago.macieira at intel.com>:

> On Thursday 29 January 2015 21:05:33 Felix morack wrote:
> > Hi,
> >
> > In light of the size limitations of Qt containers, a collegue suggested
> > writing an API wrapper around a std:: container. His idea was to
> > template-derive from a std::vector or std::map and implement the Qt API
> as
> > a wrapper around the std:: API.
> >
> >
> > Has this been attempted before?
>
> Why would you do that instead of using the standard containers directly?
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150129/5db2a35f/attachment.html>


More information about the Interest mailing list