DCMTK  Version 3.6.7
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | Private Member Functions | List of all members
DB_ElementList Struct Reference

this class provides a primitive interface for handling a list of flat DICOM elements, similar to DcmItem, but only for use within the database module More...

Public Member Functions

 DB_ElementList ()
 default constructor
 

Public Attributes

DB_SmallDcmElmt elem
 current list element
 
struct DB_ElementListnext
 pointer to next in list
 
OFoptional< OFStringutf8Value
 UTF-8 cache.
 

Private Member Functions

 DB_ElementList (const DB_ElementList &copy)
 private undefined copy constructor More...
 
DB_ElementListoperator= (const DB_ElementList &copy)
 private undefined copy assignment operator More...
 

Detailed Description

this class provides a primitive interface for handling a list of flat DICOM elements, similar to DcmItem, but only for use within the database module

Constructor & Destructor Documentation

◆ DB_ElementList()

DB_ElementList::DB_ElementList ( const DB_ElementList copy)
private

private undefined copy constructor

Parameters
copydocumented to avoid doxygen warning

Member Function Documentation

◆ operator=()

DB_ElementList& DB_ElementList::operator= ( const DB_ElementList copy)
private

private undefined copy assignment operator

Parameters
copydocumented to avoid doxygen warning

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


Generated on Thu Apr 28 2022 for DCMTK Version 3.6.7 by Doxygen 1.9.1