DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
OFSetIterator< T > Class Template Reference

This template class represents an iterator class for corresponding set data structures in ofstd. More...

Public Member Functions

 OFSetIterator (OFSet< T > &ofsetv)
 Constructor. More...
 
virtual ~OFSetIterator ()
 Destructor.
 
void ResetBeginning ()
 Resets the iterator to the set's first element.
 
void ResetEnd ()
 Resets the iterator to the set's last element.
 
T * Object ()
 Returns the current element. More...
 
void Next ()
 Sets the iterator to the next element in the set.
 
void Prev ()
 Sets the iterator to the previous element in the set.
 
OFBool operator== (const OFSetIterator< T > &other) const
 Determines if two iterators are identical. More...
 
OFBool operator!= (const OFSetIterator< T > &other) const
 Determines if two iterators are not identical. More...
 

Protected Attributes

OFSet< T > & ofset
 reference to the set instance
 
unsigned int pos
 current position in the set
 

Detailed Description

template<class T>
class OFSetIterator< T >

This template class represents an iterator class for corresponding set data structures in ofstd.

Note the following properties of this class:

Constructor & Destructor Documentation

template<class T>
OFSetIterator< T >::OFSetIterator ( OFSet< T > &  ofsetv)
inline

Constructor.

The iterator will be set to the set's first element.

Parameters
ofsetvSet to which the created object shall be an iterator.

Member Function Documentation

template<class T>
T* OFSetIterator< T >::Object ( )
inline

Returns the current element.

Returns
Pointer to the current original element in the set.

References OFSet< T >::NumberOfElements().

template<class T>
OFBool OFSetIterator< T >::operator!= ( const OFSetIterator< T > &  other) const
inline

Determines if two iterators are not identical.

Parameters
otherIterator which shall be compared with this.
Returns
OFTrue if iterators are not identical, OFFalse otherwise.
template<class T>
OFBool OFSetIterator< T >::operator== ( const OFSetIterator< T > &  other) const
inline

Determines if two iterators are identical.

Parameters
otherIterator which shall be compared with this.
Returns
OFTrue if iterators are identical, OFFalse otherwise.

References OFSetIterator< T >::ofset, and OFSetIterator< T >::pos.


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


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8