| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This overload accepts a null-terminated string instead of requiring a
length. It is useful to pass some fake process output before and after
the real process output.
|
|
|
|
|
| |
This class has virtual methods and therefore should have a virtual
destructor.
|
|
This class provides a RunProcess method to run a child process and send
its output to an abstract parsing interface. This also provides a
simple line parser and logger implementing the parsing interface.
|