XPRMgetnextanident
| XPRMgetnextanident | 
  Purpose
 
 
 Get the next annotated identifier in the dictionary.
 
 
  Synopsis
 
 const char *XPRMgetnextanident(XPRMmodel model, void **ref);
 
  Arguments
 
 | 
     model 
     | 
     Reference to a model
     | 
| 
     ref 
     | 
     Pointer to an area where current location is stored
     | 
  Return value
 
 
 An identifier of the symbol table or
 NULL if all identifiers have been returned.
 
  Further information
 
 
  This function returns the next identifier for which annotations are available. The second parameter is used to store the current location in the table; this reference is updated with every call to this function. If this parameter references a
 NULL pointer, the first identifier of the table is returned. This function returns
 NULL if it is called with the reference to the last identifier in the internal table.
 
 
  Related topics
 
  
