CHROMA
Namespaces | Functions
enum_coeffs_io.h File Reference

Coeffs enum. 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::CoeffTypeEnv
 

Functions

bool Chroma::CoeffTypeEnv::registerAll (void)
 
enum  Chroma::CoeffType { Chroma::COEFF_TYPE_ZOLOTAREV = 0 , Chroma::COEFF_TYPE_TANH , Chroma::COEFF_TYPE_TANH_UNSCALED }
 Coeffs type. More...
 
typedef SingletonHolder< EnumTypeMap< CoeffType > > Chroma::theCoeffTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, CoeffType &t)
 read an approximation coefficient type enum More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const CoeffType &t)
 write an approximation coefficient type enum More...
 

Detailed Description

Coeffs enum.

Definition in file enum_coeffs_io.h.