libfilezilla
Classes | Namespaces | Functions
process.hpp File Reference

Header for the process class. More...

#include "libfilezilla.hpp"
#include <vector>
#include "glue/windows.hpp"
Include dependency graph for process.hpp:

Go to the source code of this file.

Classes

class  process
 The process class manages an asynchronous process with redirected IO. More...
 

Namespaces

namespace  fz
 The namespace used by libfilezilla.
 

Functions

bool spawn_detached_process (std::vector< native_string > const &cmd_with_args)
 Starts a detached process. More...
 

Detailed Description

Header for the process class.