CHROMA
|
Namespaces | |
GaussianInitObjCallMapEnv | |
IO function std::map environment. | |
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline gaussianing 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::InlineGaussianInitNamedObjEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 238 of file inline_gaussian_obj.cc.
References Chroma::InlineGaussianInitNamedObjEnv::Params::NamedObject_t::object_id, and Chroma::InlineGaussianInitNamedObjEnv::Params::NamedObject_t::object_type.
Referenced by Chroma::InlineGaussianInitNamedObjEnv::Params::Params().
bool Chroma::InlineGaussianInitNamedObjEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 210 of file inline_gaussian_obj.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::InlineGaussianInitNamedObjEnv::GaussianInitObjCallMapEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().
void Chroma::InlineGaussianInitNamedObjEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 226 of file inline_gaussian_obj.cc.
References Chroma::InlineGaussianInitNamedObjEnv::Params::NamedObject_t::object_id, Chroma::InlineGaussianInitNamedObjEnv::Params::NamedObject_t::object_type, Chroma::pop(), and Chroma::push().
Referenced by Chroma::InlineGaussianInitNamedObjEnv::InlineMeas::operator()(), and Chroma::InlineGaussianInitNamedObjEnv::Params::writeXML().