12 #ifndef ModulesAgent_h
13 #define ModulesAgent_h
ModulesConf * modules_conf
Definition: ModulesAgent.h:26
virtual ~ModulesAgent()
Definition: ModulesAgent.cc:52
virtual YCPValue otherCommand(const YCPTerm &term)
Definition: ModulesAgent.cc:345
virtual YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &optarg=YCPNull())
Definition: ModulesAgent.cc:143
ModulesAgent()
Definition: ModulesAgent.cc:46
SuSE Configuration Repository Agent.
Definition: SCRAgent.h:37
An interface class between YaST2 and modules.conf.
Definition: ModulesAgent.h:23
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
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
The modules.conf file.
Definition: ModulesConf.h:120
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
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)
Definition: ModulesAgent.cc:107
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
virtual YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: ModulesAgent.cc:230