CHROMA
Classes | Functions
Chroma::InlineNERSCReadNamedObjEnv Namespace Reference

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...
 

Function Documentation

◆ read() [1/2]

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().

◆ read() [2/2]

void Chroma::InlineNERSCReadNamedObjEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::NamedObject_t input 
)

◆ registerAll()

bool Chroma::InlineNERSCReadNamedObjEnv::registerAll ( )

◆ write() [1/2]

void Chroma::InlineNERSCReadNamedObjEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::File_t input 
)

◆ write() [2/2]

void Chroma::InlineNERSCReadNamedObjEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::NamedObject_t input 
)