1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Hadrons: function to save an application as an XML file

This commit is contained in:
2016-12-14 18:01:56 +00:00
parent 3af663e17b
commit 34df71e755
5 changed files with 55 additions and 7 deletions

View File

@ -190,6 +190,11 @@ void Environment::pushModule(Environment::ModPt &pt)
}
}
unsigned int Environment::getNModule(void) const
{
return module_.size();
}
void Environment::createModule(const std::string name, const std::string type,
XmlReader &reader)
{