Arguments for BaseObject::NewSetByOperator()
 
 
 
Arguments for BaseObject::NewSetByOperator()

Module description

These are valid arguments for the op parameter of the function BaseObject::NewSetByOperator().

Defines

#define  NEWSET_MERGE   1
  The sets should be merged.
#define  NEWSET_INTERSECTION   2
  The sets should be intersected -- that is the items common to both sets should appear in the new set.
#define  NEWSET_SUBTRACT   3
  The new set should be the result of subtracting the 1st thru nth set from the 0th set.

Define Documentation

#define NEWSET_MERGE   1

The sets should be merged.

#define NEWSET_INTERSECTION   2

The sets should be intersected -- that is the items common to both sets should appear in the new set.

#define NEWSET_SUBTRACT   3

The new set should be the result of subtracting the 1st thru nth set from the 0th set.