![]() |
libfilezilla
|
This is the complete list of members for process, including all inherited members.
| handle() const | process | |
| io_redirection enum name | process | |
| kill() | process | |
| operator=(process const &)=delete (defined in process) | process | |
| process() | process | |
| process(thread_pool &pool, event_handler &handler) | process | |
| process(process const &)=delete (defined in process) | process | |
| read(void *buffer, size_t len) | process | |
| spawn(native_string const &cmd, std::vector< native_string > const &args=std::vector< native_string >(), io_redirection redirect_mode=io_redirection::redirect) | process | |
| spawn(std::vector< native_string > const &command_with_args, io_redirection redirect_mode=io_redirection::redirect) (defined in process) | process | |
| spawn(impersonation_token const &it, native_string const &cmd, std::vector< native_string > const &args, io_redirection redirect_mode=io_redirection::redirect) | process | |
| stop(duration const &timeout={}) | process | |
| write(void const *buffer, size_t len) | process | |
| write(std::string_view const &s) (defined in process) | process | inline |
| ~process() | process |
1.8.10