CHROMA
|
Namespaces | |
QIOReadObjectEnv | |
IO function std::map environment. | |
Classes | |
struct | NamedObject_t |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline reading of qio objects. More... | |
Functions | |
bool | registerAll () |
Register all the factories. 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::InlineQIOReadNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::File_t & | input | ||
) |
File output.
Definition at line 917 of file inline_qio_read_obj.cc.
References Chroma::InlineQIOReadNamedObjEnv::Params::File_t::file_name, Chroma::InlineQIOReadNamedObjEnv::Params::File_t::parallel_io, and read().
void Chroma::InlineQIOReadNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 908 of file inline_qio_read_obj.cc.
References Chroma::InlineQIOReadNamedObjEnv::Params::NamedObject_t::object_id, and Chroma::InlineQIOReadNamedObjEnv::Params::NamedObject_t::object_type.
Referenced by Chroma::InlineQIOReadNamedObjEnv::Params::Params(), and read().
bool Chroma::InlineQIOReadNamedObjEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 885 of file inline_qio_read_obj.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::InlineQIOReadNamedObjEnv::QIOReadObjectEnv::registerAll(), Chroma::MapObjectWilson4DEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().