OFFIS DCMTK Version 3.6.0
Public Member Functions | Public Attributes | Private Member Functions
DcmObject::PrintHelper Class Reference

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

Collaboration diagram for DcmObject::PrintHelper:
[legend]

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:
dcmobjDcmObject you want to print
flagsflags to use for DcmObject::print()
levellevel 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 Sun Dec 4 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.7.4