![]() |
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::pair< typename T::reference, typename U::reference > | operator* () const |
Public Attributes | |
| T::iterator | first |
| U::iterator | second |
|
inline |
|
inline |
|
inline |
|
inline |
| T::iterator fxcrt::ZipView2< T, U >::Iter::first |
Definition at line 65 of file zip.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().
| U::iterator fxcrt::ZipView2< T, U >::Iter::second |
Definition at line 66 of file zip.h.
Referenced by operator*(), and operator++().