ContentsIndexHome
PreviousUpNext
ISetData::setLabels Method (char* const, int)

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

 

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