31 return myOpId == key.myOpId && myLabel == key.myLabel;
35 return myOpId != key.myOpId || myLabel != key.myLabel;
41 SYShashCombine(hash, myOpId);
49 return inclusive ?
sizeof(*this) : 0;
int64 getMemoryUsage(bool inclusive) const
GLuint GLsizei const GLchar * label
std::size_t SYS_HashType
Define the type for hash values.
bool operator!=(const TAKE_DataId &key) const
TAKE_DataId(int opid, const UT_StringHolder &label)
UT_StringRef getLabel() const
bool operator==(const TAKE_DataId &key) const
size_t operator()(const TAKE_DataId &k) const