CHROMA
|
Inline task to write an object from a named buffer. More...
#include "meas/inline/abs_inline_measurement_factory.h"
#include "meas/inline/io/inline_xml_write_obj.h"
#include "meas/inline/io/named_objmap.h"
#include "meas/inline/io/xml_write_obj_funcmap.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::InlineXMLWriteNamedObjEnv | |
Functions | |
bool | Chroma::InlineXMLWriteNamedObjEnv::registerAll () |
Register all the factories. More... | |
void | Chroma::write (XMLWriter &xml, const std::string &path, const InlineXMLWriteNamedObjParams::NamedObject_t &input) |
Object buffer. More... | |
void | Chroma::write (XMLWriter &xml, const std::string &path, const InlineXMLWriteNamedObjParams::File_t &input) |
File output. More... | |
void | Chroma::read (XMLReader &xml, const std::string &path, InlineXMLWriteNamedObjParams::NamedObject_t &input) |
Object buffer. More... | |
void | Chroma::read (XMLReader &xml, const std::string &path, InlineXMLWriteNamedObjParams::File_t &input) |
File output. More... | |
Variables | |
const std::string | Chroma::InlineXMLWriteNamedObjEnv::name = "XML_WRITE_NAMED_OBJECT" |
Inline task to write an object from a named buffer.
Named object writing
Definition in file inline_xml_write_obj.cc.