Guitar
Public Attributes | List of all members
Win32PtyProcess::Private Struct Reference
Collaboration diagram for Win32PtyProcess::Private:
Collaboration graph
[legend]

Public Attributes

QMutex mutex
 
QString command
 
QString env
 
std::deque< char > output_queue
 
std::vector< char > output_vector
 
OutputReaderThread th_output_reader
 
HANDLE hProcess = INVALID_HANDLE_VALUE
 
HANDLE hOutput = INVALID_HANDLE_VALUE
 
HANDLE hInput = INVALID_HANDLE_VALUE
 
DWORD exit_code = 0
 

Member Data Documentation

◆ command

QString Win32PtyProcess::Private::command

◆ env

QString Win32PtyProcess::Private::env

◆ exit_code

DWORD Win32PtyProcess::Private::exit_code = 0

◆ hInput

HANDLE Win32PtyProcess::Private::hInput = INVALID_HANDLE_VALUE

◆ hOutput

HANDLE Win32PtyProcess::Private::hOutput = INVALID_HANDLE_VALUE

◆ hProcess

HANDLE Win32PtyProcess::Private::hProcess = INVALID_HANDLE_VALUE

◆ mutex

QMutex Win32PtyProcess::Private::mutex

◆ output_queue

std::deque<char> Win32PtyProcess::Private::output_queue

◆ output_vector

std::vector<char> Win32PtyProcess::Private::output_vector

◆ th_output_reader

OutputReaderThread Win32PtyProcess::Private::th_output_reader

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