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

Public Attributes

QMutex mutex
 
std::string command
 
std::string env
 
int pty_master
 
std::deque< char > output_queue
 
std::vector< char > output_vector
 
int exit_code = -1
 

Member Data Documentation

◆ command

std::string UnixPtyProcess::Private::command

◆ env

std::string UnixPtyProcess::Private::env

◆ exit_code

int UnixPtyProcess::Private::exit_code = -1

◆ mutex

QMutex UnixPtyProcess::Private::mutex

◆ output_queue

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

◆ output_vector

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

◆ pty_master

int UnixPtyProcess::Private::pty_master

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