CHROMA
|
Namespaces | |
ReadMapObjCallEnv | |
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline writing of memory 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 &input) |
Object buffer. More... | |
void Chroma::InlineReadMapObjDiskEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::File & | input | ||
) |
Object buffer.
Definition at line 113 of file inline_read_map_obj_disk.cc.
References Chroma::InlineReadMapObjDiskEnv::Params::File::file_name, and read().
void Chroma::InlineReadMapObjDiskEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Object buffer.
Definition at line 104 of file inline_read_map_obj_disk.cc.
References Chroma::InlineReadMapObjDiskEnv::Params::NamedObject_t::object_id, and Chroma::InlineReadMapObjDiskEnv::Params::NamedObject_t::object_type.
Referenced by Chroma::InlineReadMapObjDiskEnv::Params::Params(), and read().
bool Chroma::InlineReadMapObjDiskEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 90 of file inline_read_map_obj_disk.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineIOAggregateEnv::registerAll().