-
-
Notifications
You must be signed in to change notification settings - Fork 119
BitInputArchive_ConstIterator
An iterator for the elements contained in an archive.
#include <bit7z/bitinputarchive.hpp>
Return type | Name |
---|---|
bool | operator!=( const ConstIterator& other ) const noexcept |
reference | operator*() const noexcept |
ConstIterator & | operator++() noexcept |
ConstIterator | operator++( int ) noexcept |
pointer | operator->() const noexcept |
bool | operator==( const ConstIterator& other ) const noexcept |
Compares the iterator with another iterator.
Parameters:
- other: Another iterator.
Returns whether the two iterators point to the different elements in the archive or not.
Accesses the pointed-to element in the archive.
Returns a reference to the pointed-to element in the archive.
Advances the iterator to the next element in the archive.
Returns the iterator pointing to the next element in the archive.
Advances the iterator to the next element in the archive.
Returns the iterator before the advancement.
Accesses the pointed-to element in the archive.
Returns a pointer to the pointed-to element in the archive.
Compares the iterator with another iterator.
Parameters:
- other: Another iterator.
Returns whether the two iterators point to the same element in the archive or not.
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
- Bit7zLibrary
- BitArchiveEditor
- BitArchiveReader
- BitArchiveWriter
- BitException
- BitFileCompressor
- BitFileExtractor
- BitMemCompressor
- BitMemExtractor
- BitStreamCompressor
- BitStreamExtractor
- BitInFormat