TIBCO Adapter SDK C++ Reference
MMap::put
MMap
Insert an element at the specified position.
Parameters
Parameters Description
const _K& rKey Key to be used to search for item.
const _V& item Element to insert.
Mboolean bCanReplace = Mtrue Specifies whether to replace the item or not if there is already an item with the same key. The default value is Mtrue.
Declaration
Mboolean put(const _K& rKey, const _V& item, Mboolean bCanReplace = Mtrue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.