Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qprocess_p.h File Reference

(52ed6af5277100ed5b9a4f4231b94013ce539a2c)

#include "QtCore/qprocess.h"
#include "QtCore/qstringlist.h"
#include "QtCore/qhash.h"
#include "QtCore/qmap.h"
#include "QtCore/qshareddata.h"
#include "QtCore/qdeadlinetimer.h"
#include "private/qiodevice_p.h"
+ Include dependency graph for qprocess_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QProcEnvValue
 
class  QProcessEnvironmentPrivate
 
struct  QProcessEnvironmentPrivate::NameMapMutexLocker
 
struct  QProcessEnvironmentPrivate::OrderedNameMapMutexLocker
 

Macros

#define INVALID_Q_PIPE   -1
 

Typedefs

typedef int Q_PIPE
 
using QProcEnvKey = QByteArray
 

Functions

 QT_REQUIRE_CONFIG (processenvironment)
 
 Q_DECLARE_TYPEINFO (QProcEnvValue, Q_RELOCATABLE_TYPE)
 

Macro Definition Documentation

◆ INVALID_Q_PIPE

#define INVALID_Q_PIPE   -1

Definition at line 39 of file qprocess_p.h.

Typedef Documentation

◆ Q_PIPE

typedef int Q_PIPE

Definition at line 38 of file qprocess_p.h.

◆ QProcEnvKey

Definition at line 70 of file qprocess_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QProcEnvValue ,
Q_RELOCATABLE_TYPE  )

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( processenvironment )