22 fName(
Name), fExpression(Expression), fDependents(Dependents) {
27 std::string command =
"expr::"+
Name+
"('"+Expression+
"',{"+Dependents+
"})";
34 stream <<
"\t \t Name: " << fName
35 <<
"\t \t Expression: " << fExpression
36 <<
"\t \t Dependents: " << fDependents
42 xml <<
"<Function Name=\"" <<
GetName() <<
"\" "
43 <<
"Expression=\"" << GetExpression() <<
"\" "
44 <<
"Dependents=\"" << GetDependents() <<
"\" "
void PrintXML(std::ostream &)
void Print(std::ostream &=std::cout)
std::string GetName(const std::string &scope_name)