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::InlineSZINWriteNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::File_t & | input | ||
) |
File output.
Definition at line 80 of file inline_szin_write_obj.cc.
References Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::file_name, Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::j_decay, Nd, read(), Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::t_end, Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::t_start, and Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::trunc.
void Chroma::InlineSZINWriteNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 71 of file inline_szin_write_obj.cc.
References Chroma::InlineSZINWriteNamedObjEnv::Params::NamedObject_t::object_id, and Chroma::InlineSZINWriteNamedObjEnv::Params::NamedObject_t::object_type.
Referenced by Chroma::InlineSZINWriteNamedObjEnv::Params::Params(), and read().
bool Chroma::InlineSZINWriteNamedObjEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 31 of file inline_szin_write_obj.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::SZINWriteObjCallMapEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().
void Chroma::InlineSZINWriteNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::File_t & | input | ||
) |
File output.
Definition at line 60 of file inline_szin_write_obj.cc.
References Chroma::InlineSZINWriteNamedObjEnv::Params::File_t::file_name, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineSZINWriteNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 49 of file inline_szin_write_obj.cc.
References Chroma::InlineSZINWriteNamedObjEnv::Params::NamedObject_t::object_id, Chroma::InlineSZINWriteNamedObjEnv::Params::NamedObject_t::object_type, Chroma::pop(), and Chroma::push().
Referenced by Chroma::InlineSZINWriteNamedObjEnv::InlineMeas::operator()(), write(), and Chroma::InlineSZINWriteNamedObjEnv::Params::writeXML().