hashedstring.h
119 TDESharedPtr<HashedStringSetData> m_data; //this implies some additional cost because TDEShared's destructor is virtual. Maybe change that by copying TDEShared without the virtual destructor.
144 //Writes the ids of all registered and not disabled HashedStringSet's that are completely included in the given HashedStringSet efficiently)
bool operator<(const HashedString &rhs) const
Does not compare alphabetically, uses the hash-key for ordering.
Definition: hashedstring.h:53
Definition: hashedstring.h:125
A simple class that stores a string together with it's appropriate hash-key.
Definition: hashedstring.h:26
This is a reference-counting string-set optimized for fast lookup of hashed strings.
Definition: hashedstring.h:81
Used to find all registered HashedStringSet's that contain all strings given to findGroups(..)
Definition: hashedstring.h:135