An iterator for the elements contained in an archive.  
 More...
#include <bit7z/bitinputarchive.hpp>
An iterator for the elements contained in an archive. 
 
◆ operator!=()
Compares the iterator with another iterator. 
- Parameters
 - 
  
  
 
- Returns
 - whether the two iterators point to the different elements in the archive or not. 
 
 
 
◆ operator*()
Accesses the pointed-to element in the archive. 
- Returns
 - a reference to the pointed-to element in the archive. 
 
 
 
◆ operator++() [1/2]
Advances the iterator to the next element in the archive. 
- Returns
 - the iterator pointing to the next element in the archive. 
 
 
 
◆ operator++() [2/2]
Advances the iterator to the next element in the archive. 
- Returns
 - the iterator before the advancement. 
 
 
 
◆ operator->()
  
  
      
        
          | auto operator->  | 
          ( | 
           | ) | 
           const ->  pointer | 
         
       
   | 
  
noexcept   | 
  
 
Accesses the pointed-to element in the archive. 
- Returns
 - a pointer to the pointed-to element in the archive. 
 
 
 
◆ operator==()
Compares the iterator with another iterator. 
- Parameters
 - 
  
  
 
- Returns
 - whether the two iterators point to the same element in the archive or not. 
 
 
 
The documentation for this class was generated from the following file: