unsetSetContext
 
unsetSetContext
Category 
User-defined function
Description 
The unsetSetContext function is a callback that can be declared in each class which can be stored in set-relations. It will be called automatically when an instance of these classes is removed from a set and allows you to automatically handle the list of type IlsSetContextList. This function is paired with setSetContext.
Related Pattern 
Bridge
Definition 
void unsetSetContext(IlsSetContext<KeyType>& KeyType);
This function takes the following arguments:
*a reference to the set in which the object is put ;
*the type of the key used to store the object in as set.
See Also 
IlsOwnsSet, IlsSetContext, IlsSetContextList, IlsUsesSet, setSetContext

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.