ObjectIterator.hpp
Go to the documentation of this file.
88 typename std::enable_if<std::is_pointer<T>::value, const typename std::remove_pointer<ElementType>::type&>::type
bool operator==(const ObjectIterator &rhs) const
Definition: ObjectIterator.hpp:65
ObjectIterator(const ObjectType &object, unsigned index)
Definition: ObjectIterator.hpp:41
ObjectType
Definition: Libraries/jerryscript/src/include/Jerryscript/Types.h:34
std::ptrdiff_t difference_type
Definition: ObjectIterator.hpp:34
Definition: ObjectIterator.hpp:29
ObjectIterator operator+=(size_t distance)
Definition: ObjectIterator.hpp:58
bool operator!=(const ObjectIterator &rhs) const
Definition: ObjectIterator.hpp:70
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:79
std::random_access_iterator_tag iterator_category
Definition: ObjectIterator.hpp:32
std::enable_if< std::is_pointer< T >::value, const typename std::remove_pointer< ElementType >::type & >::type operator*() const
Accessor returns a reference for pointer-type elements.
Definition: ObjectIterator.hpp:89
Definition: Array.hpp:107
1.8.13