retdec
|
Class for character iterator. More...
#include <cctype>
#include <iterator>
Go to the source code of this file.
Classes | |
class | retdec::fileformat::CharacterIterator< It, typename > |
struct | std::iterator_traits< retdec::fileformat::CharacterIterator< It > > |
Namespaces | |
retdec | |
retdec::fileformat | |
Enumerations | |
enum class | retdec::fileformat::CharacterEndianness { retdec::fileformat::Little , retdec::fileformat::Big } |
Functions | |
template<typename It > | |
CharacterIterator< It > | retdec::fileformat::makeCharacterIterator (It first, It last, std::size_t charStep) |
template<typename It > | |
CharacterIterator< It > | retdec::fileformat::makeCharacterIterator (It itr, It first, It last, std::size_t charStep) |
Class for character iterator.