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::ZipView2< T, U > Class Template Reference

#include <zip.h>

Collaboration diagram for fxcrt::ZipView2< T, U >:

Classes

struct  Iter

Public Member Functions

 ZipView2 (T first, U second)
Iter begin ()
Iter end ()

Detailed Description

template<typename T, typename U>
class fxcrt::ZipView2< T, U >

Definition at line 47 of file zip.h.

Constructor & Destructor Documentation

◆ ZipView2()

template<typename T, typename U>
fxcrt::ZipView2< T, U >::ZipView2 ( T first,
U second )
inline

Definition at line 69 of file zip.h.

Member Function Documentation

◆ begin()

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

Definition at line 73 of file zip.h.

◆ end()

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

Definition at line 74 of file zip.h.


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