CHROMA
|
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline writing of memory objects. More... | |
Functions | |
bool | registerAll () |
Register all the factories. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Object buffer. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::File_t &input) |
File output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Object buffer. More... | |
void | read (XMLReader &xml, const std::string &path, Params::File_t &input) |
File output. More... | |
void Chroma::InlineNERSCWriteNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::File_t & | input | ||
) |
File output.
Definition at line 74 of file inline_nersc_write_obj.cc.
References Chroma::InlineNERSCWriteNamedObjEnv::Params::File_t::file_name, and read().
void Chroma::InlineNERSCWriteNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 66 of file inline_nersc_write_obj.cc.
References Chroma::InlineNERSCWriteNamedObjEnv::Params::NamedObject_t::object_id.
Referenced by Chroma::InlineNERSCWriteNamedObjEnv::Params::Params(), and read().
bool Chroma::InlineNERSCWriteNamedObjEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 32 of file inline_nersc_write_obj.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().
void Chroma::InlineNERSCWriteNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::File_t & | input | ||
) |
File output.
Definition at line 55 of file inline_nersc_write_obj.cc.
References Chroma::InlineNERSCWriteNamedObjEnv::Params::File_t::file_name, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineNERSCWriteNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 45 of file inline_nersc_write_obj.cc.
References Chroma::InlineNERSCWriteNamedObjEnv::Params::NamedObject_t::object_id, Chroma::pop(), and Chroma::push().
Referenced by Chroma::InlineNERSCWriteNamedObjEnv::InlineMeas::operator()(), write(), and Chroma::InlineNERSCWriteNamedObjEnv::Params::writeXML().