#include <string.h>
Private Member Functions | |
Generic * | operator-> () const |
Additional Inherited Members | |
Public Types inherited from BaseIterator< const StridedBlock< const Generic >, true > | |
using | CollectionType = const StridedBlock< const Generic > |
using | ValueType = typename InheritConst< typename COLLECTION::ValueType, const StridedBlock< const Generic > >::type |
using | iterator_category = std::random_access_iterator_tag |
using | difference_type = Int |
using | value_type = ValueType |
using | pointer = ValueType * |
using | reference = ValueType & |
Static Public Attributes inherited from BaseIterator< const StridedBlock< const Generic >, true > | |
static const Bool | isLinearIterator |
Protected Attributes inherited from BaseIterator< const StridedBlock< const Generic >, true > | |
ValueType * | _data |
|
explicit |
|
explicit |
Utf32Char operator* | ( | ) | const |
|
private |