82 virtual const char *
root()
const;
virtual YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &optarg=YCPNull())
Definition: IniAgent.cc:60
IniAgent()
Definition: IniAgent.cc:21
virtual YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: IniAgent.cc:80
virtual YCPValue otherCommand(const YCPTerm &term)
Definition: IniAgent.cc:153
This is a Modules Agent TODO file $Id path
Definition: agent-modules/doc/TODO.txt:9
An interface class between YaST2 and Ini Agent.
Definition: IniAgent.h:24
void setLastRoot()
Definition: IniAgent.cc:256
YCPTerm generateSysConfigTemplate(string fn)
Definition: IniAgent.cc:190
IniParser parser
Definition: IniAgent.h:32
SuSE Configuration Repository Agent.
Definition: SCRAgent.h:37
virtual const char * root() const
Definition: IniAgent.cc:251
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
virtual YCPList Dir(const YCPPath &path)
Definition: IniAgent.cc:39
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
char * last_root
Definition: IniAgent.h:49
virtual ~IniAgent()
Definition: IniAgent.cc:28
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
Definition: IniParser.h:256