DCMTK Version 3.6.9
OFFIS DICOM Toolkit
Loading...
Searching...
No Matches
Classes | Functions
dsrcontn.h File Reference

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.
 
DCMTK_DCMSR_EXPORT OFBool operator!= (const DSRContainerTreeNode &lhs, const DSRContainerTreeNode &rhs)
 inequality operator.
 

Detailed Description

definitions for class DSRContainerTreeNode

Function Documentation

◆ operator!=()

DCMTK_DCMSR_EXPORT OFBool operator!= ( const DSRContainerTreeNode lhs,
const DSRContainerTreeNode rhs 
)

inequality operator.

Internally, the DSRContainerTreeNode::isNotEqual() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' and 'rhs' are not equal, OFFalse otherwise

◆ operator==()

DCMTK_DCMSR_EXPORT OFBool operator== ( const DSRContainerTreeNode lhs,
const DSRContainerTreeNode rhs 
)

equality operator.

Internally, the DSRContainerTreeNode::isEqual() method is used.

Parameters
lhsleft-hand side
rhsright-hand side
Returns
OFTrue if 'lhs' and 'rhs' are equal, OFFalse otherwise


Generated on Fri Mar 21 2025 for DCMTK Version 3.6.9 by Doxygen 1.9.8