BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
process.hpp File Reference

A class to handle linux process calls. More...

#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <ext/stdio_filebuf.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <BoosterSeat/exception.hpp>
#include <BoosterSeat/sleep.hpp>
Include dependency graph for process.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bst::Process
 A class to handle linux process calls. More...
 

Namespaces

 bst
 

Detailed Description

A class to handle linux process calls.

Author
Joshua Jerred (https://joshuajer.red)
Date
2024-02-12