CHROMA
Namespaces | Functions
enum_prop_line_io.h File Reference

Type of lines for distillution. More...

#include "chromabase.h"
#include <string>
#include "singleton.h"
#include "io/enum_io/enum_type_map.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::PropLineTypeEnv
 

Functions

bool Chroma::PropLineTypeEnv::registerAll (void)
 
enum  Chroma::PropLineType { Chroma::PROP_LINE_TYPE_CONN = 43 , Chroma::PROP_LINE_TYPE_DISC = 47 }
 Distillution line types. More...
 
typedef SingletonHolder< EnumTypeMap< PropLineType > > Chroma::thePropLineTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, PropLineType &t)
 Reader. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const PropLineType &t)
 Writer. More...
 
void Chroma::read (BinaryReader &bin_in, PropLineType &t)
 Reader. More...
 
void Chroma::write (BinaryWriter &bin_out, const PropLineType &t)
 Writer. More...
 

Detailed Description

Type of lines for distillution.

Definition in file enum_prop_line_io.h.