#include <unixshellscript.hpp>
|
template<typename T > |
static std::string | toCmdLine (T value) |
|
template<typename T , typename... Targs> |
static std::string | toCmdLine (T value, Targs... args) |
|
Definition at line 36 of file unixshellscript.hpp.
◆ UnixShellScript() [1/2]
UnixShellScript::UnixShellScript |
( |
const std::string & |
script | ) |
|
|
explicit |
◆ ~UnixShellScript()
Leosac::Tools::UnixShellScript::~UnixShellScript |
( |
| ) |
|
|
default |
◆ UnixShellScript() [2/2]
Leosac::Tools::UnixShellScript::UnixShellScript |
( |
const UnixShellScript & |
other | ) |
|
|
delete |
◆ getOutput()
const std::string & UnixShellScript::getOutput |
( |
| ) |
const |
◆ operator=()
◆ run()
int UnixShellScript::run |
( |
const std::string & |
args = std::string() | ) |
|
◆ toCmdLine() [1/2]
template<typename T >
static std::string Leosac::Tools::UnixShellScript::toCmdLine |
( |
T |
value | ) |
|
|
inlinestatic |
◆ toCmdLine() [2/2]
template<typename T , typename... Targs>
static std::string Leosac::Tools::UnixShellScript::toCmdLine |
( |
T |
value, |
|
|
Targs... |
args |
|
) |
| |
|
inlinestatic |
◆ _output
std::string Leosac::Tools::UnixShellScript::_output |
|
private |
◆ _script
const std::string Leosac::Tools::UnixShellScript::_script |
|
private |
◆ BufferSize
const std::size_t Leosac::Tools::UnixShellScript::BufferSize = 1024 |
|
staticprivate |
The documentation for this class was generated from the following files: