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

Adds the specified labels to this set and all its supersets. Does not apply to subsets of Integers. 

An exception is thrown if one of the sets in which labels must be inserted is read-only. 

 

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