84 #endif // DummyAgent_h This is a Modules Agent TODO file $Id path
Definition: agent-modules/doc/TODO.txt:9
int writeCalls
Definition: DummyAgent.h:45
SCR Agent for testing.
Definition: DummyAgent.h:25
int readCalls
Definition: DummyAgent.h:44
YCPValue otherCommand(const YCPTerm &term)
Definition: DummyAgent.cc:148
DummyAgent()
Definition: DummyAgent.cc:28
YCPValue Read(const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull())
Definition: DummyAgent.cc:38
YCPList Dir(const YCPPath &path)
Definition: DummyAgent.cc:122
YCPValue checkPath(const YCPPath &path, const YCPMap &map, const YCPValue &defaultVal)
Definition: DummyAgent.cc:223
YCPBoolean Write(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: DummyAgent.cc:65
int execCalls
Definition: DummyAgent.h:46
Wrapper for YCPMapRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPMapRep with the arrow operator. See YCPMapRep.
Definition: YCPMap.h:184
YCPMap defaultMap
Definition: DummyAgent.h:39
YCPList writeList
Definition: DummyAgent.h:32
SuSE Configuration Repository Agent.
Definition: SCRAgent.h:37
YCPList readList
Definition: DummyAgent.h:31
YCPList execList
Definition: DummyAgent.h:33
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
YCPValue Execute(const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull())
Definition: DummyAgent.cc:94
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
YCPValue defaultValue
Definition: DummyAgent.h:38
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
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