STL-based Collection Classes

Classes in this group let you work with things such as pointer-based collections of values, the iterator interface to the Standard Library-based collections, pointer-based collections of associations of type, and so on.

STL-based Collection Classes lists the STL-based Collection Classes.

Table 39. STL-based Collection Classes

Class Name

RWTPtrDeque<T,A>

RWTPtrDlist<T,A>

RWTPtrMap<K,T,C,A>

RWTPtrMultiMap<K,T,C,A>

RWTPtrMultiSet<T,C,A>

RWTPtrOrderedVector<T,A>

RWTPtrSet<T,C,A>

RWTPtrSortedDlist<T,C,A>

RWTPtrSortedVector<T,C,A>

RWTValDeque<T,A>

RWTValDlist<T,A>

RWTValMap<K,T,C,A>

RWTValMultiMap<K,T,C,A>

RWTValMultiSet<T,C,A>

RWTValOrderedVector<T,A>

RWTValSet<T,C,A>

RWTValSortedDlist<T,C,A>

RWTValSortedVector<T,A>