![]() |
Qt 6.x
The Qt SDK
|
#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"
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) | |
#define INVALID_Q_PIPE -1 |
Definition at line 39 of file qprocess_p.h.
typedef int Q_PIPE |
Definition at line 38 of file qprocess_p.h.
using QProcEnvKey = QByteArray |
Definition at line 70 of file qprocess_p.h.
Q_DECLARE_TYPEINFO | ( | QProcEnvValue | , |
Q_RELOCATABLE_TYPE | |||
) |
QT_REQUIRE_CONFIG | ( | processenvironment | ) |