|
|
@@ -179,7 +179,7 @@ namespace CodeDweller { |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
/// Stream buffer for reading to the stdout of the child process; |
|
|
|
/// Stream buffer for reading from the stdout of the child process; |
|
|
|
ReadStreambuf readStreambuf; |
|
|
|
|
|
|
|
/// Stream buffer for writing to the stdin of the child process; |
|
|
@@ -232,6 +232,14 @@ namespace CodeDweller { |
|
|
|
*/ |
|
|
|
void run(); |
|
|
|
|
|
|
|
/** Check if input is available. |
|
|
|
|
|
|
|
\returns true if at least one character is available for |
|
|
|
reading. |
|
|
|
|
|
|
|
*/ |
|
|
|
//bool hasData(); |
|
|
|
|
|
|
|
/** Terminite the child process. |
|
|
|
|
|
|
|
\throws runtime_error if an error occurs. |