ContentsIndexHome
PreviousUpNext
ISetData::add Method (char*)

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

 

C++
virtual void add(const char* label) = 0;
Parameters 
Description 
const char* label 
The label to be added to this set.