Description | ||||||||
The visit function for visiting the objects in a pipeline series. | ||||||||
Synopsis | ||||||||
#include <ProPiping.h> | ||||||||
ProError | ProPseriesObjectVisit | ( | ||||||
ProPseries series | ||||||||
/* (In) | ||||||||
The series | ||||||||
*/ | ||||||||
ProPobjectVisitAction visit_action | ||||||||
/* (In) | ||||||||
The visit action function | ||||||||
*/ | ||||||||
ProPobjectFilterAction filter_action | ||||||||
/* (In) | ||||||||
The filter action function. If NULL, all objects in a pipeline series are visited using the action function. | ||||||||
*/ | ||||||||
ProAppData data | ||||||||
/* (In) | ||||||||
Application data to be passed to the filter and action functions. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|