edelib
2.1.0
|
This is the complete list of members for PtyProcess, including all inherited members.
check_pid(pid_t pid) | PtyProcess | static |
check_pid_exited(pid_t pid) | PtyProcess | static |
CheckPidStatus enum name | PtyProcess | |
Crashed enum value (defined in PtyProcess) | PtyProcess | |
enable_local_echo(bool enable=true) | PtyProcess | |
Error enum value (defined in PtyProcess) | PtyProcess | |
exec(const char *command, const char **args) | PtyProcess | |
fd() const | PtyProcess | inline |
Killed enum value (defined in PtyProcess) | PtyProcess | |
NotExited enum value (defined in PtyProcess) | PtyProcess | |
pid() const | PtyProcess | inline |
PtyProcess() | PtyProcess | |
read_line(bool block=true) | PtyProcess | |
set_environment(const char **env) | PtyProcess | |
set_erase(bool erase) | PtyProcess | inline |
set_exit_string(char *exit) | PtyProcess | inline |
set_terminal(bool terminal) | PtyProcess | inline |
terminate_child() | PtyProcess | |
unread_line(const char *line, bool addNewline=true) | PtyProcess | |
wait_for_child() | PtyProcess | |
wait_ms(int fd, int ms) | PtyProcess | static |
wait_slave() | PtyProcess | |
write_line(const char *line, bool addNewline=true) | PtyProcess | |
~PtyProcess() | PtyProcess | virtual |