NoTeX
1.0.0
A modern noteworthy LaTeX template
Toggle main menu visibility
Loading...
Searching...
No Matches
notex
include
notex
system.hpp
Go to the documentation of this file.
1
10
11
#pragma once
12
13
#include <optional>
14
#include <string>
15
16
namespace
notex::system
{
17
33
std::string
run_command
(
const
std::string& command);
34
40
std::optional<std::string>
get_env
(
const
std::string& name);
41
42
}
// namespace notex::system
notex::system
Definition
system.hpp:16
notex::system::get_env
std::optional< std::string > get_env(const std::string &name)
Reads an environment variable.
Definition
system.cpp:52
notex::system::run_command
std::string run_command(const std::string &command)
Runs command through the shell and returns everything it wrote to standard output (and standard error...
Definition
system.cpp:19
Generated by
1.17.0