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
qprocess_p.h File Reference

(027894b84b2544c1e944b856045e22c3167e721d)

#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 40 of file qprocess_p.h.

Typedef Documentation

◆ Q_PIPE

typedef int Q_PIPE

Definition at line 39 of file qprocess_p.h.

◆ QProcEnvKey

Definition at line 71 of file qprocess_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QProcEnvValue ,
Q_RELOCATABLE_TYPE  )

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( processenvironment )