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
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 33 of file qsqlresult_p.h.

Constructor & Destructor Documentation

◆ QHolder()

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

Definition at line 34 of file qsqlresult_p.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 36 of file qsqlresult_p.h.

◆ operator==()

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

Definition at line 35 of file qsqlresult_p.h.

Member Data Documentation

◆ holderName

QString QHolder::holderName

Definition at line 37 of file qsqlresult_p.h.

◆ holderPos

qsizetype QHolder::holderPos

Definition at line 38 of file qsqlresult_p.h.


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