0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
ServerLauncher.h File Reference

Launches an external command, redirects its output to a file. More...

#include <chrono>
#include <iostream>
#include <thread>
#include <signal.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
Include dependency graph for ServerLauncher.h:

Go to the source code of this file.

Classes

class  Hypertable::ServerLauncher
 Launches external commands and redirects their output to a file; kills the external process when going out of scope. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Detailed Description

Launches an external command, redirects its output to a file.

Used for testing.

Definition in file ServerLauncher.h.