TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
MMapEnumerator::next
MMapEnumerator
Retrieve the next element in the map.
Parameters
Parameters
Description
_K& rKey
Key to be used to search for item.
_V& item
Element to insert.
Declaration
Mboolean next(_K& rKey, _V& item)
throw
(
MException
);
Links
MMapEnumerator
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference