|
tvm
|
Iterator class for TracedArray<T> More...
#include <traced_object.h>
Public Types | |
| using | WrappedT = typename detail::TracedObjectWrapperSelector< T >::Type |
| using | difference_type = ptrdiff_t |
| using | value_type = WrappedT |
| using | pointer = WrappedT * |
| using | reference = WrappedT & |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| TracedArrayIterator (Array< T > array, size_t index, ObjectPath array_path) | |
| TracedArrayIterator & | operator++ () |
| TracedArrayIterator & | operator-- () |
| TracedArrayIterator | operator++ (int) |
| TracedArrayIterator | operator-- (int) |
| TracedArrayIterator | operator+ (difference_type offset) const |
| TracedArrayIterator | operator- (difference_type offset) const |
| difference_type | operator- (const TracedArrayIterator &rhs) const |
| bool | operator== (TracedArrayIterator other) const |
| bool | operator!= (TracedArrayIterator other) const |
| value_type | operator* () const |
Iterator class for TracedArray<T>
| using tvm::TracedArrayIterator< T >::difference_type = ptrdiff_t |
| using tvm::TracedArrayIterator< T >::iterator_category = std::random_access_iterator_tag |
| using tvm::TracedArrayIterator< T >::pointer = WrappedT* |
| using tvm::TracedArrayIterator< T >::reference = WrappedT& |
| using tvm::TracedArrayIterator< T >::value_type = WrappedT |
| using tvm::TracedArrayIterator< T >::WrappedT = typename detail::TracedObjectWrapperSelector<T>::Type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13