TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
Mboolean & bIsNested | If the value of this parameter is true upon return, the next item in the associated MProperties instance was not an attribute but a nested structure, either a directory or an association list. In that case, the pEnum parameter becomes an MPropertiesEnumerator for iterating over that element. |
MString& sName | Name of the next attribute (undefined if the next item is not an attribute but a nested structure). |
MData*& data | Value of the next attribute (undefined if the next item is not an attribute but a nested structure). |
MPropertiesEnumerator** pPropsEnumerator | Pointer to an MPropertiesEnumerator that can be used to iterate over that item. |
virtual Mboolean next(Mboolean & bIsNested, MString& sName, MData*& data, MPropertiesEnumerator** pPropsEnumerator);