![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Classes in this group let you work with things such as collections of mappings, variables, lists, associations of type implemented as hash tables, and so on.
Classes | |
| class | rw_hashmap< K, V, Hash, EQ, A > |
| Maintains a collection of mappings between two types K and V, implemented as a hash table of std::pair<K,V> instances. More... | |
| class | rw_hashmultimap< K, V, Hash, EQ, A > |
| Maintains a collection of mappings between two types K and V, implemented as a hash table of std::pair<K,V> instances where multiple occurrences of the same A instance are allowed. More... | |
| class | rw_hashmultiset< T, Hash, EQ, A > |
| Maintains a collection of some type A, in which there may be many equivalent instances of A. More... | |
| class | rw_hashset< T, Hash, EQ, A > |
| Maintains a collection of some type A, in which there cannot be more than one occurrence of some given instance of A. More... | |
| class | rw_slist< T, A > |
| Maintains a collection of some type A implemented as a singly-linked list. More... | |
| struct | RWTHash< T > |
| Hash function object. More... | |
| struct | RWTHash< bool > |
Function object for hashing a bool. More... | |
| struct | RWTHash< char > |
Function object for hashing a char. More... | |
| struct | RWTHash< double > |
Function object for hashing a double. More... | |
| struct | RWTHash< float > |
Function object for hashing a float. More... | |
| struct | RWTHash< int > |
Function object for hashing an int. More... | |
| struct | RWTHash< long > |
Function object for hashing a long. More... | |
| struct | RWTHash< long double > |
Function object for hashing a long double. More... | |
| struct | RWTHash< long long > |
Function object for hashing a long long. More... | |
| struct | RWTHash< RWBasicUString > |
| Function object for hashing an RWBasicUString. More... | |
| struct | RWTHash< RWBitVec > |
| Function object for hashing an RWBitVec. More... | |
| struct | RWTHash< RWCollectableDateTime > |
| Function object for hashing an RWCollectableDateTime. More... | |
| struct | RWTHash< RWCollectableInt > |
| Function object for hashing an RWCollectableInt. More... | |
| struct | RWTHash< RWCollectableString > |
| Function object for hashing an RWCollectableString. More... | |
| struct | RWTHash< RWCollectableWString > |
| Function object for hashing an RWCollectableWString. More... | |
| struct | RWTHash< RWCopyOnWriteCString > |
| Function object for hashing an RWCopyOnWriteCString. More... | |
| struct | RWTHash< RWCopyOnWriteWString > |
| Function object for hashing an RWCopyOnWriteWString. More... | |
| struct | RWTHash< RWCString > |
| Function object for hashing an RWCString. More... | |
| struct | RWTHash< RWDateTime > |
| Function object for hashing an RWDateTime. More... | |
| struct | RWTHash< RWDecimalPortable > |
| Function object for hashing an RWDecimalPortable. More... | |
| struct | RWTHash< RWStringID > |
| Function object for hashing an RWStringID. More... | |
| struct | RWTHash< RWWString > |
| Function object for hashing an RWWString. More... | |
| struct | RWTHash< short > |
Function object for hashing a short. More... | |
| struct | RWTHash< signed char > |
Function object for hashing a signed char. More... | |
| struct | RWTHash< T * > |
| Function object for hashing a pointer type. More... | |
| struct | RWTHash< unsigned char > |
Function object for hashing an unsigned char. More... | |
| struct | RWTHash< unsigned int > |
Function object for hashing an unsigned int. More... | |
| struct | RWTHash< unsigned long > |
Function object for hashing an unsigned long. More... | |
| struct | RWTHash< unsigned long long > |
Function object for hashing an unsigned long long. More... | |
| struct | RWTHash< unsigned short > |
Function object for hashing an unsigned short. More... | |
| struct | RWTHash< wchar_t > |
Function object for hashing a wchar_t. More... | |
| class | RWTPtrHashMap< K, T, H, EQ, A > |
| A hash-based associative container of pointer types. More... | |
| class | RWTPtrHashMapConstIterator< K, T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTPtrHashMap. More... | |
| class | RWTPtrHashMapIterator< K, T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTPtrHashMap. More... | |
| class | RWTPtrHashMultiMap< K, T, H, EQ, A > |
| A hash-based associative container of pointer types, which allows duplicate keys. More... | |
| class | RWTPtrHashMultiMapConstIterator< K, T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTPtrHashMultiMap. More... | |
| class | RWTPtrHashMultiMapIterator< K, T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTPtrHashMultiMap. More... | |
| class | RWTPtrHashMultiSet< T, H, EQ, A > |
| A pointer-based collection of values stored according to a hash object, which allows duplicate values. More... | |
| class | RWTPtrHashMultiSetConstIterator< T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTPtrHashMultiSet. More... | |
| class | RWTPtrHashMultiSetIterator< T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTPtrHashMultiSet. More... | |
| class | RWTPtrHashSet< T, H, EQ, A > |
| A hash-based container for pointer types. More... | |
| class | RWTPtrHashSetConstIterator< T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTPtrHashSet. More... | |
| class | RWTPtrHashSetIterator< T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTPtrHashSet. More... | |
| class | RWTPtrSlist< T, A > |
| A pointer-based collection of values implemented as a singly-linked list. More... | |
| class | RWTPtrSlistConstIterator< T, A > |
Deprecated. Provides a const iterator for RWTPtrSlist. More... | |
| class | RWTPtrSlistIterator< T, A > |
| Deprecated. Provides an iterator for RWTPtrSlist. More... | |
| class | RWTValHashMap< K, T, H, EQ, A > |
| Maintains a collection of keys, each with an associated item stored according to a hash object. More... | |
| class | RWTValHashMapConstIterator< K, T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTValHashMap. More... | |
| class | RWTValHashMapIterator< K, T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTValHashMap. More... | |
| class | RWTValHashMultiMap< K, T, H, EQ, A > |
| Maintains a collection of keys, each with an associated item stored according to a hash object. More... | |
| class | RWTValHashMultiMapConstIterator< K, T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTValHashMultiMap. More... | |
| class | RWTValHashMultiMapIterator< K, T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTValHashMultiMap. More... | |
| class | RWTValHashMultiSet< T, H, EQ, A > |
| Maintains a collection of values stored according to a hash object, and with multiple equivalent values allowed. More... | |
| class | RWTValHashMultiSetConstIterator< T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTValHashMultiSet. More... | |
| class | RWTValHashMultiSetIterator< T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTValHashMultiSet. More... | |
| class | RWTValHashSet< T, H, EQ, A > |
| Maintains a collection of values stored according to a hash object. More... | |
| class | RWTValHashSetConstIterator< T, H, EQ, A > |
Deprecated. Provides a const iterator for RWTValHashSet. More... | |
| class | RWTValHashSetIterator< T, H, EQ, A > |
| Deprecated. Provides an iterator for RWTValHashSet. More... | |
| class | RWTValSlist< T, A > |
| Maintains a collection of values implemented as a singly-linked list. More... | |
| class | RWTValSlistConstIterator< T, A > |
Deprecated. Provides a const iterator for RWTValSlist. More... | |
| class | RWTValSlistIterator< T, A > |
| Deprecated. Provides an iterator for RWTValSlist. More... | |
Copyright © 2014 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.