CHROMA
Namespaces | Classes | Functions
Chroma::InlineReadMapObjDiskEnv Namespace Reference

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

Function Documentation

◆ read() [1/2]

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

◆ read() [2/2]

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

◆ registerAll()

bool Chroma::InlineReadMapObjDiskEnv::registerAll ( )