#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
void | utl::System (const char *const command, const bool throwOnError, const bool notify) |
void | utl::System (const std::string &command, const bool throwOnError=false, const bool notify=false) |
void | utl::System (const std::ostringstream &command, const bool throwOnError=false, const bool notify=false) |
void | utl::System (const std::stringstream &command, const bool throwOnError=false, const bool notify=false) |