4 #ifndef RUDIMENTS_SHELLCOMMAND_H
5 #define RUDIMENTS_SHELLCOMMAND_H
7 #include <rudiments/private/shellcommandincludes.h>
9 #ifdef RUDIMENTS_NAMESPACE
15 class shellcommandprivate;
48 class RUDIMENTS_DLLSPEC shellcommand {
50 int32_t run(
const char *command);
53 int32_t getStandardInput();
57 int32_t getStandardOutput();
61 int32_t getStandardError();
70 #include <rudiments/private/shellcommand.h>
75 #ifdef RUDIMENTS_NAMESPACE