DcmObject::PrintHelper Class Reference

helper class to print a DcmObject to an ostream using operator<< More...

List of all members.

Public Member Functions

 PrintHelper (DcmObject &dcmobj, size_t flags=0, int level=0)
 construct a PrintHelper

Public Attributes

DcmObjectdcmobj_
const size_t flags_
const int level_

Private Member Functions

PrintHelperoperator= (PrintHelper &)
 Undefined assignment operator.


Detailed Description

helper class to print a DcmObject to an ostream using operator<<

Definition at line 636 of file dcobject.h.


Constructor & Destructor Documentation

DcmObject::PrintHelper::PrintHelper ( DcmObject dcmobj,
size_t  flags = 0,
int  level = 0 
) [inline, explicit]

construct a PrintHelper

Parameters:
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.


Member Function Documentation

PrintHelper& DcmObject::PrintHelper::operator= ( PrintHelper  )  [private]

Undefined assignment operator.

This is needed to work around a compiler warning on VC2008 with the highest warning level.


The documentation for this class was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1