ContentsIndexHome
PreviousUpNext
IElement::add Method (char*)

Adds the specified string label to the set and all its super sets. Does not apply to IElements that are associated with subsets of Integers. 

 

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