ContentsIndexHome
PreviousUpNext
ISetData::setLabels Method (int, int)

Inserts the specified labels into this set and all of its supersets. The set itself and all its subsets are emptied first. Applies to subsets of Integers. 

 

C++
virtual void setLabels(const int labels[], 
                               int amount) = 0;
Parameters 
Description 
const int labels[] 
The integer labels to assign to this set.