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
QProcEnvValue Class Reference

#include <qprocess_p.h>

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

Detailed Description

Definition at line 73 of file qprocess_p.h.

Constructor & Destructor Documentation

◆ QProcEnvValue() [1/3]

QProcEnvValue::QProcEnvValue ( )
default

◆ QProcEnvValue() [2/3]

QProcEnvValue::QProcEnvValue ( const QString & value)
inlineexplicit

Definition at line 77 of file qprocess_p.h.

Referenced by QProcEnvValue().

Here is the caller graph for this function:

◆ QProcEnvValue() [3/3]

QProcEnvValue::QProcEnvValue ( const QByteArray & value)
inlineexplicit

Definition at line 78 of file qprocess_p.h.

References QProcEnvValue().

Here is the call graph for this function:

Member Function Documentation

◆ bytes()

QByteArray QProcEnvValue::bytes ( ) const
inline

Definition at line 85 of file qprocess_p.h.

◆ operator==()

bool QProcEnvValue::operator== ( const QProcEnvValue & other) const
inline

Definition at line 79 of file qprocess_p.h.

◆ string()

QString QProcEnvValue::string ( ) const
inline

Definition at line 91 of file qprocess_p.h.

Member Data Documentation

◆ byteValue

QByteArray QProcEnvValue::byteValue
mutable

Definition at line 98 of file qprocess_p.h.

◆ stringValue

QString QProcEnvValue::stringValue
mutable

Definition at line 99 of file qprocess_p.h.


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