Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
_GenerateCheck Struct Reference
+ Collaboration diagram for _GenerateCheck:

Public Member Functions

 _GenerateCheck (QList< int >::const_iterator it, int i)
 
int operator() ()
 

Public Attributes

QList< int >::const_iterator iterator
 
int initial
 

Detailed Description

Definition at line 29 of file compress.cpp.

Constructor & Destructor Documentation

◆ _GenerateCheck()

_GenerateCheck::_GenerateCheck ( QList< int >::const_iterator it,
int i )
inline

Definition at line 34 of file compress.cpp.

Member Function Documentation

◆ operator()()

int _GenerateCheck::operator() ( )
inline

Definition at line 36 of file compress.cpp.

References initial, and iterator.

Member Data Documentation

◆ initial

int _GenerateCheck::initial

Definition at line 32 of file compress.cpp.

Referenced by operator()().

◆ iterator

QList<int>::const_iterator _GenerateCheck::iterator

Definition at line 31 of file compress.cpp.

Referenced by operator()().


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