This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RogueWave and vector classes


Hi,

Here are the vector classes I found out in RogueWave

        RWSortedVector
        RWGOrderedVector(val)
        RWGVector(val)
        RWGSortedVector(val)
        RWTPtrOrderedVector<T>
        RWTPtrSortedVector<T,Compare>
        RWTPtrVector<T>
        RWTValOrderedVector<T>
        RWTValSortedVector<T>
        RWTValVector<T>

What is the difference between :

        1. RWSortedVector and RWGVector(val)
        2. RWGSortedVector(val) and RWTValSortedVector<T>
        3. RWTValSortedVector<T> and RWTValOrderedVector<T>.

What does the RWG prefix mean?
(I think, the RWT prefix means Template).

STL has the only vector template class.
Why does RogueWave use such many vector classes?

        Thanks in advance.
        Alex






Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]