CharacterIterator(It first, It last, std::size_t charStep) | retdec::fileformat::CharacterIterator< It, typename > | inline |
CharacterIterator(It itr, It first, It last, std::size_t charStep) | retdec::fileformat::CharacterIterator< It, typename > | inline |
CharacterIterator(const CharacterIterator &)=default | retdec::fileformat::CharacterIterator< It, typename > | |
charStep | retdec::fileformat::CharacterIterator< It, typename > | private |
first | retdec::fileformat::CharacterIterator< It, typename > | private |
getUnderlyingIterator() const | retdec::fileformat::CharacterIterator< It, typename > | inline |
itr | retdec::fileformat::CharacterIterator< It, typename > | private |
last | retdec::fileformat::CharacterIterator< It, typename > | private |
operator!=(const CharacterIterator &rhs) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator*() const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator+(std::ptrdiff_t diff) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator++() | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator++(int) | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator+=(std::ptrdiff_t diff) | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator-(std::ptrdiff_t diff) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator-(const CharacterIterator &rhs) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator--() | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator--(int) | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator-=(std::ptrdiff_t diff) | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator<(const CharacterIterator &rhs) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
operator=(const CharacterIterator &)=default | retdec::fileformat::CharacterIterator< It, typename > | |
operator==(const CharacterIterator &rhs) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
pointsToValidCharacter(const It &charByte, const It &paddingFirst, const It &paddingLast) const | retdec::fileformat::CharacterIterator< It, typename > | inlineprivate |
pointsToValidCharacter(CharacterEndianness endian) const | retdec::fileformat::CharacterIterator< It, typename > | inline |
safeAdvance(std::ptrdiff_t n) | retdec::fileformat::CharacterIterator< It, typename > | inlineprivate |