DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
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_ElementList * | next |
pointer to next in list | |
OFoptional< OFString > | utf8Value |
UTF-8 cache. | |
Private Member Functions | |
DB_ElementList (const DB_ElementList ©) | |
private undefined copy constructor | |
DB_ElementList & | operator= (const DB_ElementList ©) |
private undefined copy assignment operator | |
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