|
Leosac
0.8.0
Open Source Access Control
|
Go to the documentation of this file.
26 #ifndef UNIXSHELLSCRIPT_HPP
27 #define UNIXSHELLSCRIPT_HPP
50 int run(
const std::string &args = std::string());
57 std::ostringstream oss;
63 template <
typename T,
typename... Targs>
64 static std::string
toCmdLine(T value, Targs... args)
66 if (
sizeof...(args) > 0)
77 #endif // UNIXSHELLSCRIPT_HPP
This is the header file for a generated source file, GitSHA1.cpp.