#include <y2util/ExternalDataSource.h>
#include <y2util/Pathname.h>
Go to the source code of this file.
Classes | |
class | ExternalProgram |
Execute a program and give access to its io An object of this class encapsulates the execution of an external program. It starts the program using fork and some exec.. call, gives you access to the program's stdio and closes the program after use. More... |