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
QHolder Struct Reference

#include <qsqlresult_p.h>

+ Collaboration diagram for QHolder:

Public Member Functions

 QHolder (const QString &hldr=QString(), qsizetype index=-1)
 
bool operator== (const QHolder &h) const
 
bool operator!= (const QHolder &h) const
 

Public Attributes

QString holderName
 
qsizetype holderPos
 

Detailed Description

Definition at line 32 of file qsqlresult_p.h.

Constructor & Destructor Documentation

◆ QHolder()

QHolder::QHolder ( const QString & hldr = QString(),
qsizetype index = -1 )
inline

Definition at line 33 of file qsqlresult_p.h.

Member Function Documentation

◆ operator!=()

bool QHolder::operator!= ( const QHolder & h) const
inline

Definition at line 35 of file qsqlresult_p.h.

References holderName, and holderPos.

◆ operator==()

bool QHolder::operator== ( const QHolder & h) const
inline

Definition at line 34 of file qsqlresult_p.h.

References holderName, and holderPos.

Member Data Documentation

◆ holderName

QString QHolder::holderName

Definition at line 36 of file qsqlresult_p.h.

Referenced by QSqlResultPrivate::holderAt(), operator!=(), and operator==().

◆ holderPos

qsizetype QHolder::holderPos

Definition at line 37 of file qsqlresult_p.h.

Referenced by operator!=(), and operator==().


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