OFFIS DCMTK
Version 3.6.0
|
helper class to print a DcmObject to an ostream using operator<< More...
Public Member Functions | |
PrintHelper (DcmObject &dcmobj, size_t flags=0, int level=0) | |
construct a PrintHelper | |
Public Attributes | |
DcmObject & | dcmobj_ |
const size_t | flags_ |
const int | level_ |
Private Member Functions | |
PrintHelper & | operator= (PrintHelper &) |
Undefined assignment operator. | |
helper class to print a DcmObject to an ostream using operator<<
Definition at line 636 of file dcobject.h.
|
inlineexplicit |
construct a PrintHelper
dcmobj | DcmObject you want to print |
flags | flags to use for DcmObject::print() |
level | level to use for DcmObject::print() |
Definition at line 650 of file dcobject.h.
|
private |
Undefined assignment operator.
This is needed to work around a compiler warning on VC2008 with the highest warning level.