Description | ||||||||||||||
Visit tables in the specified model. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProTable.h> | ||||||||||||||
ProError | ProTableVisit | ( | ||||||||||||
ProMdl model | ||||||||||||||
/* (In) | ||||||||||||||
model to visit | ||||||||||||||
*/ | ||||||||||||||
ProTableVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
visit action | ||||||||||||||
*/ | ||||||||||||||
ProTableFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
filter action. If NULL, all tables are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
ProAppData structure | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|