30 #ifndef _ProcessAgent_h
31 #define _ProcessAgent_h
virtual YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
virtual YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull())
void output(const std::string &s, int fd)
Definition: tty_wrapper.cc:78
An interface class between YaST2 and Process Agent.
Definition: ProcessAgent.h:43
YCPValue ProcessOutput(std::string &output)
Definition: ProcessAgent.cc:85
virtual YCPValue otherCommand(const YCPTerm &term)
Definition: ProcessAgent.cc:551
virtual ~ProcessAgent()
Definition: ProcessAgent.cc:45
SuSE Configuration Repository Agent.
Definition: SCRAgent.h:37
map< pid_t, Process * > ProcessContainer
Definition: ProcessAgent.h:51
Wrapper for YCPListRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPListRep with the arrow operator. See YCPListRep.
Definition: YCPList.h:236
virtual YCPValue Execute(const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull())
Wrapper for YCPTermRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPTermRep with the arrow operator. See YCPTermRep.
Definition: YCPTerm.h:177
Wrapper for YCPValueRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPValueRep with the arrow operator. See YCPValueRep.
Definition: YCPValue.h:275
Execute a program and give access to its io An object of this class encapsulates the execution of an ...
Definition: Process.h:42
Wrapper for YCPPathRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPPathRep with the arrow operator. See YCPPathRep.
Definition: YCPPath.h:175
virtual YCPList Dir(const YCPPath &path)
ProcessContainer _processes
Definition: ProcessAgent.h:53
ProcessAgent()
Definition: ProcessAgent.cc:38
Wrapper for YCPBooleanRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBooleanRep with the arrow operator. See YCPBooleanRep.
Definition: YCPBoolean.h:93
Definition: YCPElement.h:125