Defines

Arguments for BaseObject::NewSetByOperator()

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

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.

Detailed Description

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


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.