DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
definitions for class DSRCompositeReferenceValue More...
Classes | |
class | DSRCompositeReferenceValue |
Class for composite reference values. More... | |
Functions | |
DCMTK_DCMSR_EXPORT OFBool | operator== (const DSRCompositeReferenceValue &lhs, const DSRCompositeReferenceValue &rhs) |
equality operator. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator!= (const DSRCompositeReferenceValue &lhs, const DSRCompositeReferenceValue &rhs) |
inequality operator. More... | |
definitions for class DSRCompositeReferenceValue
DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRCompositeReferenceValue & | lhs, |
const DSRCompositeReferenceValue & | rhs | ||
) |
inequality operator.
Internally, the DSRCompositeReferenceValue::isNotEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRCompositeReferenceValue & | lhs, |
const DSRCompositeReferenceValue & | rhs | ||
) |
equality operator.
Internally, the DSRCompositeReferenceValue::isEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |