Tools.h++ Class Reference

Table Of Contents
operator is not explicitly present unless you are compiling with an implementation of the Standard C++ Library. It
is normally inherited from RWHashDictionary.
Note: If you inherit from RWIdentityDictionary in the presence of the Standard C++ Library, we recommend that
you override this operator and explicitly forward the call. Overload resolution in C++ will choose the Standard
Library provided global operators over inherited class members. These global definitions are not appropriate for
set-like partial orderings.
Public Member Functions
The user interface to this class is identical to class RWHashDictionary and is not reproduced here. The only difference
between the classes is that keys are found on the basis of identity rather than equality, and that the virtual function isA()
returns __RWIDENTITYDICTIONARY, the ClassId for RWIdentityDictionary.