mpiIdnListNext

Declaration
MPIIdn mpiIdnListNext(MPIIdnList idnList,
                      MPIIdn     idn)
Required Header stdmpi.h
Description

IdnListNext returns the next element following "idn" on the list. This function can be used in conjuntion with mpiIdnListIdnFirst() in order to iterate through the list.

  idnList a handle to the IdnList object.
  idn a handle to an Idn object.
     
Return Values
handle to the Idn object following another Idn object (idn) in an IdnList (idnList)
MPIHandleVOID if idnList is invalid
if idnList is the last Idn object in the IdnList (idnList)
MPIMessageHANDLE_INVALID Either idnList or idn is an invalid handle.
See Also mpiIdnListPrevious