CHROMA
|
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::PropDistTypeEnv | |
Functions | |
bool | Chroma::PropDistTypeEnv::registerAll (void) |
enum | Chroma::PropDistType { Chroma::PROP_DIST_TYPE_SOURCE = 19 , Chroma::PROP_DIST_TYPE_SOLUTION = 41 } |
Distillution line types. More... | |
typedef SingletonHolder< EnumTypeMap< PropDistType > > | Chroma::thePropDistTypeMap |
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... | |
Type of lines for distillution.
Definition in file enum_prop_dist_io.h.