Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcrt::ZipView3< T, U, V > Class Template Reference

#include <zip.h>

Collaboration diagram for fxcrt::ZipView3< T, U, V >:

Classes

struct  Iter

Public Member Functions

 ZipView3 (T first, U second, V third)
Iter begin ()
Iter end ()

Detailed Description

template<typename T, typename U, typename V>
class fxcrt::ZipView3< T, U, V >

Definition at line 83 of file zip.h.

Constructor & Destructor Documentation

◆ ZipView3()

template<typename T, typename U, typename V>
fxcrt::ZipView3< T, U, V >::ZipView3 ( T first,
U second,
V third )
inline

Definition at line 110 of file zip.h.

Member Function Documentation

◆ begin()

template<typename T, typename U, typename V>
Iter fxcrt::ZipView3< T, U, V >::begin ( )
inline

Definition at line 116 of file zip.h.

◆ end()

template<typename T, typename U, typename V>
Iter fxcrt::ZipView3< T, U, V >::end ( )
inline

Definition at line 117 of file zip.h.


The documentation for this class was generated from the following file: