CHROMA
Classes | Functions
Chroma::InlinePlaqDenEnv Namespace Reference

Classes

struct  Params
 
class  InlineMeas
 

Functions

bool registerAll ()
 Register all the factories. More...
 
void read (XMLReader &xml, const std::string &path, Params::Param_t &param)
 Parameter input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t &param)
 Parameter output. More...
 
void read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
 Parameter input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input)
 Parameter output. More...
 

Function Documentation

◆ read() [1/2]

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

◆ read() [2/2]

void Chroma::InlinePlaqDenEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t param 
)

Parameter input.

Definition at line 79 of file inline_plaq_density.cc.

Referenced by Chroma::InlinePlaqDenEnv::Params::Params(), and read().

◆ registerAll()

bool Chroma::InlinePlaqDenEnv::registerAll ( )

◆ write() [1/2]

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

◆ write() [2/2]

void Chroma::InlinePlaqDenEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t param 
)

Parameter output.

Definition at line 99 of file inline_plaq_density.cc.

References Chroma::pop(), and Chroma::push().

Referenced by Chroma::InlinePlaqDenEnv::InlineMeas::operator()(), and write().