TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MAssocList::getAt
MAssocList
Accesses the list by index and returns the name and value of the attribute at the specified position. An exception is thrown if index is out of range.
Parameters
Parameters
Description
unsigned long Index
Position of the attribute.
MString& rsName
Name of the attribute.
Declaration
virtual
const
MData
* getAt(
unsigned
long
Index,
MString
& rsName)
const
throw
(
MException
);
Links
MAssocList
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference