![]() |
Qt 6.x
The Qt SDK
|
#include <qprocess_p.h>
Public Member Functions | |
QProcEnvValue ()=default | |
QProcEnvValue (const QString &value) | |
QProcEnvValue (const QByteArray &value) | |
bool | operator== (const QProcEnvValue &other) const |
QByteArray | bytes () const |
QString | string () const |
Public Attributes | |
QByteArray | byteValue |
QString | stringValue |
Definition at line 72 of file qprocess_p.h.
|
default |
|
inlineexplicit |
Definition at line 76 of file qprocess_p.h.
|
inlineexplicit |
Definition at line 77 of file qprocess_p.h.
|
inline |
Definition at line 84 of file qprocess_p.h.
References byteValue, QString::isEmpty(), QByteArray::isEmpty(), stringValue, and QString::toLocal8Bit().
Referenced by operator==().
|
inline |
Definition at line 78 of file qprocess_p.h.
References bytes(), byteValue, QByteArray::isEmpty(), other(), and stringValue.
|
inline |
Definition at line 90 of file qprocess_p.h.
References byteValue, QString::fromLocal8Bit(), QString::isEmpty(), QByteArray::isEmpty(), and stringValue.
|
mutable |
Definition at line 97 of file qprocess_p.h.
Referenced by bytes(), operator==(), and string().
|
mutable |
Definition at line 98 of file qprocess_p.h.
Referenced by bytes(), operator==(), and string().