|  | Qt 6.x
    The Qt SDK | 
#include <qprocess_p.h>
 Collaboration diagram for QProcEnvValue:
 Collaboration diagram for QProcEnvValue:| 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==().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 78 of file qprocess_p.h.
References bytes(), byteValue, QByteArray::isEmpty(), other(), and stringValue.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inline | 
Definition at line 90 of file qprocess_p.h.
References byteValue, QString::fromLocal8Bit(), QString::isEmpty(), QByteArray::isEmpty(), and stringValue.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | 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().