Set/Multiset Properties
For set and multiset STL types these properties are used in combination with those for red/black trees above.
set_element_data_addressing_callback
Names the procedure that defines an addressing expression that specifies how to access an element of a set. The call structure for this callback is:
set_element_data_addressing_callback id
where id is the symbol ID of the symbol that was validated using the validate_callback procedure.
set_element_type_callback
Names the procedure that obtains the type id of an element in the set. The call structure for this callback is:
set_element_type_callback id
where id is the symbol ID of the symbol that was validated using the validate_callback procedure.
set_iterator_end_value
Specifies if a set is terminated by NULL or the head of the set. Enter one of the following: NULL or SetHead