ContentsIndexHome
PreviousUpNext
IElement::nocheck_setIntLabel Method

Assigns the specified integer label to this IElement without checking, as opposed to its counterparts setIntLabel and check_setIntLabel

This function may cause an error at a later stage if the label is not in the set and this IElement was used to assign some value into an IData object. 

 

C++
virtual void nocheck_setIntLabel(const int label) = 0;
Parameters 
Description 
const int label 
The integer label to assign.