Class BitArrayCallback
See Also: Class BitArray.
class BitArrayCallback
Description:
This class is available in release 3.0 and later only.
This is the callback object for the method BitArray::EnumSet(). The proc method is called for each "1" in the BitArray.
Methods:
public:
Prototype:
virtual void proc(int n)=0;
Remarks:
This method is called for each "1" in the BitArray.
Parameters:
int n
This is the zero based index into the BitArray of the element which is "1".