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 | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Object buffer. More... | |
void Chroma::InlineEraseNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 54 of file inline_erase_obj.cc.
References Chroma::InlineEraseNamedObjEnv::Params::NamedObject_t::object_id.
Referenced by Chroma::InlineEraseNamedObjEnv::Params::Params().
bool Chroma::InlineEraseNamedObjEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 30 of file inline_erase_obj.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().
void Chroma::InlineEraseNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 43 of file inline_erase_obj.cc.
References Chroma::InlineEraseNamedObjEnv::Params::NamedObject_t::object_id, Chroma::pop(), and Chroma::push().
Referenced by Chroma::InlineEraseNamedObjEnv::InlineMeas::operator()(), and Chroma::InlineEraseNamedObjEnv::Params::writeXML().