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