PIPS
driver Struct Reference

The DRIVER structure is used to monitor the general function which traverses objects. More...

Data Fields

void(* null )()
 
int(* leaf_in )()
 
void(* leaf_out )()
 
int(* simple_in )()
 
void(* array_leaf )()
 
void(* simple_out )()
 
int(* obj_in )()
 
void(* obj_out )()
 

Detailed Description

The DRIVER structure is used to monitor the general function which traverses objects.

NULL is called whenver an undefined pointer is found. <sort>_IN is called whenever an object of <sort> is entered. If the returned value is true, then recursive calls are made and, at the end, the <sort>_OUT function is called.

Definition at line 365 of file genClib.c.

Field Documentation

◆ array_leaf

◆ leaf_in

◆ leaf_out

◆ null

◆ obj_in

◆ obj_out

◆ simple_in

◆ simple_out


The documentation for this struct was generated from the following file: