TIBCO Adapter SDK C++ Reference
MMapEnumerator
Class Hierarchy | C++ Classes and Methods | Members | Methods
This class allows you to iterate through the elements of a map, specifying the key and value.

Applications should not call the constructor for this class. Instead, they should call the MMap::newEnumerator() method.

Remarks
The default hashing scheme is not optimized for all situations. Applications can optimize their own hashing scheme by implementing the MHashable template class, which is defined as part of this class.
Declaration
template <class _K, class _V> class MMapEnumerator : public MEnumerator<_K, _V>;
Class Hierarchy
MEnumerator
    MMapEnumerator
File
MMap.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.