![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <zip.h>
Public Member Functions | |
| bool | operator== (const Iter &that) const |
| bool | operator!= (const Iter &that) const |
| UNSAFE_BUFFER_USAGE Iter & | operator++ () |
| std::tuple< typename T::reference, typename U::reference, typename V::reference > | operator* () const |
Public Attributes | |
| T::iterator | first |
| U::iterator | second |
| V::iterator | third |
|
inline |
|
inline |
|
inline |
|
inline |
| T::iterator fxcrt::ZipView3< T, U, V >::Iter::first |
Definition at line 105 of file zip.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().
| U::iterator fxcrt::ZipView3< T, U, V >::Iter::second |
Definition at line 106 of file zip.h.
Referenced by operator*(), and operator++().
| V::iterator fxcrt::ZipView3< T, U, V >::Iter::third |
Definition at line 107 of file zip.h.
Referenced by operator*(), and operator++().