34 #include "dcmtk/config/osconfig.h"
36 #include "dcmtk/ofstd/oflist.h"
38 #include "dcmtk/dcmdata/dcerror.h"
83 const OFLIST_TYPENAME OFListConstIterator(T) endPos = lst.
ItemList.end();
84 OFLIST_TYPENAME OFListConstIterator(T) iterator = lst.
ItemList.begin();
85 while (iterator != endPos)
122 OFLIST_TYPENAME OFListConstIterator(T) iterator =
ItemList.begin();
132 OFLIST_TYPENAME OFListConstIterator(T) iterator =
ItemList.begin();
149 OFLIST_TYPENAME OFListConstIterator(T) iterator =
ItemList.begin();
190 OFLIST_TYPENAME OFListIterator(T) iterator =
ItemList.begin();
207 OFLIST_TYPENAME OFListIterator(T) iterator =
ItemList.begin();
230 OFLIST_TYPENAME OFListConstIterator(T) &iterator)
const
232 OFBool result = OFFalse;
235 const OFLIST_TYPENAME OFListConstIterator(T) endPos =
ItemList.end();
236 while ((--idx > 0) && (iterator != endPos))
250 OFLIST_TYPENAME OFListConstIterator(T) &iterator)
const
252 const OFLIST_TYPENAME OFListConstIterator(T) endPos =
ItemList.end();
254 while ((iterator != endPos) && (!(*iterator == item)))
256 return (iterator != endPos);