13 namespace InlineListNamedObjEnv
50 XMLReader paramtop(xml_in, path);
52 if (paramtop.count(
"Frequency") == 1)
59 QDPIO::cerr << __func__ <<
": caught Exception reading XML: " << e << std::endl;
80 push(xml_out,
"list_named_obj");
81 write(xml_out,
"update_no", update_no);
86 QDPIO::cout <<
"Attempt to list all object names" << std::endl;
91 catch( std::bad_cast )
Inline measurement factory.
Inline writing of memory objects.
void operator()(const unsigned long update_no, XMLWriter &xml_out)
Do the writing.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
Inline task to write an object from a named buffer.
Named object function std::map.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
void write(XMLWriter &xml_out, const std::string &path)
InlineListNamedObjParams()