CHROMA
Namespaces | Functions | Variables
enum_prop_dist_io.cc File Reference

Type of lines for distillution. More...

#include "enum_prop_dist_io.h"
#include <string>

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::PropDistTypeEnv
 

Functions

bool Chroma::PropDistTypeEnv::registerAll (void)
 
void Chroma::read (XMLReader &xml_in, const std::string &path, PropDistType &t)
 Reader. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const PropDistType &t)
 Writer. More...
 
void Chroma::read (BinaryReader &bin_in, PropDistType &t)
 Reader. More...
 
void Chroma::write (BinaryWriter &bin_out, const PropDistType &t)
 Writer. More...
 

Variables

bool Chroma::PropDistTypeEnv::registered = registerAll()
 
const std::string Chroma::PropDistTypeEnv::typeIDString = "PropDistType"
 

Detailed Description

Type of lines for distillution.

Definition in file enum_prop_dist_io.cc.