HashKeyPointer
HashKeyPointer() {}
HashKeyPointer(const Value& value) : value(value) {}
HashKeyPointer<Value> operator=(const HashKeyPointer<Value>& other)
bool operator==(const HashKeyPointer<Value>& other) const
bool operator!=(const HashKeyPointer<Value>& other) const
using BPrivate::HashKeyPointer;
struct VolumeManager::VolumeSet : HashSet<HashKeyPointer<Volume*> > {
HashMap<HashKeyPointer<User*>, BMessage*> userArchives;
: public SynchronizedHashMap<HashKeyPointer<selectsync*>, int32*, Locker> {