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). |
MString& sValue | Value of the next attribute (undefined if the next item is not an attribute but a nested structure). |
MPropertiesEnumerator** pEnum = NULL |
If the next item is not an attribute but a nested structure, that is, a directory or an association list, this parameter points to an MPropertiesEnumerator that can be used to iterate over that item. The following code fragment illustrates the use of this method.
|
virtual Mboolean next(Mboolean & bIsNested, MString& sName, MString& sValue, MPropertiesEnumerator** pEnum = NULL) = 0;