27 fName(
Name), fExpression(Expression), fDependents(Dependents) {
32 std::string command =
"expr::"+
Name+
"('"+Expression+
"',{"+Dependents+
"})";
39 stream <<
"\t \t Name: " << fName
40 <<
"\t \t Expression: " << fExpression
41 <<
"\t \t Dependents: " << fDependents
47 xml <<
"<Function Name=\"" <<
GetName() <<
"\" " 48 <<
"Expression=\"" << GetExpression() <<
"\" " 49 <<
"Dependents=\"" << GetDependents() <<
"\" " std::string GetName(const std::string &scope_name)
void Print(std::ostream &=std::cout)
void PrintXML(std::ostream &)