CHROMA
Classes | Functions
Chroma::InlineNERSCWriteNamedObjEnv Namespace Reference

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 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::InlineNERSCWriteNamedObjEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::File_t input 
)

◆ read() [2/2]

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

◆ registerAll()

bool Chroma::InlineNERSCWriteNamedObjEnv::registerAll ( )

◆ write() [1/2]

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

◆ write() [2/2]

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