DOMElem iterator based on concrete ItImpl implementations.  
 More...
#include <DOMElem.hpp>
DOMElem iterator based on concrete ItImpl implementations. 
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ operator!=()
  
  | 
        
          | virtual bool operator!= | ( | const Iterator & | other | ) | const |  | inlinevirtual | 
 
Tests whether the positions of two iterators are unequal. 
- Parameters
- 
  
    | other | [in] ConcatVectorIterator to compare with |  
 
- Returns
- true if unequal 
 
 
◆ operator++()
Increments the position of the iterator. 
- Returns
- Reference to the incremented iterator 
 
 
◆ operator=()
Assignment operator. 
- Parameters
- 
  
  
- Returns
- a reference to this iterator (for chaining). 
 
 
◆ operator==()
  
  | 
        
          | virtual bool operator== | ( | const Iterator & | other | ) | const |  | inlinevirtual | 
 
Increments the position of the iterator. 
- Returns
- the ConcatVectorIterator with the value before the incrementation
Tests whether the positions of two iterators are equal 
- Parameters
- 
  
    | other | [in] ConcatVectorIterator to compare with |  
 
- Returns
- true if equal 
 
 
The documentation for this class was generated from the following file: