4 #ifndef RUDIMENTS_SHELLCOMMAND_H
5 #define RUDIMENTS_SHELLCOMMAND_H
7 #include <rudiments/private/shellcommandincludes.h>
11 class shellcommandprivate;
44 class RUDIMENTS_DLLSPEC shellcommand {
46 int32_t run(
const char *command);
49 int32_t getStandardInput();
53 int32_t getStandardOutput();
57 int32_t getStandardError();
66 #include <rudiments/private/shellcommand.h>