22 #ifndef Y2SystemFunction_h
23 #define Y2SystemFunction_h
81 virtual bool reset ();
89 constFunctionTypePtr
type ()
const;
92 #endif // Y2SystemFunction_h
void useRemote(Y2Function *remote_call)
Definition: Y2SystemFunction.cc:127
virtual bool appendParameter(const YCPValue &arg)
Definition: Y2SystemFunction.cc:82
virtual bool attachParameter(const YCPValue &arg, const int position)
Definition: Y2SystemFunction.cc:60
void useLocal()
Definition: Y2SystemFunction.cc:139
virtual ~Y2SystemFunction()
Definition: Y2SystemFunction.cc:49
virtual bool finishParameters()
Definition: Y2SystemFunction.cc:96
Y2SystemFunction(Y2Function *local_call, constFunctionTypePtr type, Y2SystemNamespace *system_namespace)
Definition: Y2SystemFunction.cc:37
Y2SystemNamespace * m_namespace
Definition: Y2SystemFunction.h:39
constFunctionTypePtr type() const
Definition: Y2SystemFunction.cc:158
Y2Function * m_remote
Definition: Y2SystemFunction.h:33
virtual bool reset()
Definition: Y2SystemFunction.cc:118
bool m_use_remote
Definition: Y2SystemFunction.h:35
Communication handle to a YaST2 component.
Definition: Y2Component.h:262
Y2Function * m_local
Definition: Y2SystemFunction.h:32
constFunctionTypePtr m_type
Definition: Y2SystemFunction.h:37
Definition: Y2SystemNamespace.h:35
virtual YCPValue evaluateCall()
Definition: Y2SystemFunction.cc:105
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
Definition: Y2SystemFunction.h:30
virtual constTypePtr wantedParameterType() const
Definition: Y2SystemFunction.cc:73
Definition: Y2Function.h:71
string name() const
Definition: Y2SystemFunction.cc:151