Lolly 1.4.27
Loading...
Searching...
No Matches
Namespaces | Functions
subprocess.hpp File Reference
#include "string.hpp"
#include <stdint.h>
Include dependency graph for subprocess.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lolly
 
namespace  lolly::system
 

Functions

int lolly::system::call (string cmd)
 
int lolly::system::check_output (string s, string &result, bool stderr_only, int64_t timeout)
 
int lolly::system::check_stdout (string cmd, string &result)
 
int lolly::system::check_stderr (string cmd, string &result)