ObjectSubWindowKey
ObjectSubWindowKey::ObjectSubWindowKey(void* object)
ObjectSubWindowKey::Equals(const SubWindowKey* other) const
const ObjectSubWindowKey* key
= dynamic_cast<const ObjectSubWindowKey*>(other);
ObjectSubWindowKey::HashCode() const
class ObjectSubWindowKey : public SubWindowKey {
ObjectSubWindowKey(void* object);
ObjectSubWindowKey* key = new(std::nothrow) ObjectSubWindowKey(thread);
ObjectDeleter<ObjectSubWindowKey> keyDeleter(key);