![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qapple_utils_p.h>
Public Types | |
| using | difference_type = std::ptrdiff_t |
| Public Types inherited from QtMultimediaPrivate::IteratorFacade< CFArrayIterator< T >, T, std::random_access_iterator_tag, T > | |
| using | iterator_category |
| using | value_type |
| using | reference |
| using | difference_type |
| using | pointer |
Public Member Functions | |
| CFArrayIterator ()=default | |
| CFArrayIterator (QCFType< CFArrayRef > array, CFIndex index) | |
| T | dereference () const |
| void | advance_by (difference_type n) |
| difference_type | distance_to (const CFArrayIterator &other) const |
| Public Member Functions inherited from QtMultimediaPrivate::IteratorFacade< CFArrayIterator< T >, T, std::random_access_iterator_tag, T > | |
| constexpr decltype(auto) | operator* () const |
| constexpr CFArrayIterator< T > & | operator++ () |
| constexpr CFArrayIterator< T > & | operator-- () |
| constexpr CFArrayIterator< T > & | operator+= (N n) |
| constexpr CFArrayIterator< T > & | operator-= (N n) |
| constexpr decltype(auto) | operator[] (N n) const |
Definition at line 65 of file qapple_utils_p.h.
| using QtMultimediaPrivate::CFArrayIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 71 of file qapple_utils_p.h.
|
default |
|
inline |
Definition at line 74 of file qapple_utils_p.h.
|
inline |
Definition at line 81 of file qapple_utils_p.h.
|
inline |
Definition at line 79 of file qapple_utils_p.h.
|
inline |
Definition at line 83 of file qapple_utils_p.h.