ObjectIterator.hpp
Go to the documentation of this file.
73 }
std::ptrdiff_t difference_type
Definition: ObjectIterator.hpp:72
bool operator!=(const ObjectIterator &rhs) const
Definition: ObjectIterator.hpp:108
ObjectIterator()=default
std::enable_if<!std::is_pointer< T >::value, const ElementType >::type operator*() const
Accessor returns a copy for non-pointer-type elements.
Definition: ObjectIterator.hpp:117
ObjectIterator operator+=(size_t distance)
Definition: ObjectIterator.hpp:96
std::random_access_iterator_tag iterator_category
Definition: ObjectIterator.hpp:70
Definition: Array.hpp:107
bool operator==(const ObjectIterator &rhs) const
Definition: ObjectIterator.hpp:103
Definition: ObjectIterator.hpp:48
ObjectType
Definition: Libraries/jerryscript/src/include/Jerryscript/Types.h:44