digikam
O0RequestParameter Struct Reference
#include <o0requestparameter.h>
Public Member Functions | |
O0RequestParameter (const QByteArray &n, const QByteArray &v) | |
bool | operator< (const O0RequestParameter &other) const |
Public Attributes | |
QByteArray | name |
QByteArray | value |
Detailed Description
Request parameter (name-value pair) participating in authentication.
Definition at line 7 of file o0requestparameter.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 8 of file o0requestparameter.h.
Member Function Documentation
|
inline |
Definition at line 9 of file o0requestparameter.h.
Member Data Documentation
QByteArray O0RequestParameter::name |
Definition at line 12 of file o0requestparameter.h.
QByteArray O0RequestParameter::value |
Definition at line 13 of file o0requestparameter.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 02:34:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 02:34:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.