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