Primitive for Discriminated Unions

A discriminated union is a C language union, which is an object that holds several data types. One arm of the union contains an enumeration value (enum_t), or discriminant, that holds a specific object to be processed over the system first.

The XDR library includes the following routine for discriminated unions:

Routine

xdr _ union ( )


[Back: Primitive for Pointers to Structures]
[Next: Passing Routines without Data]