CHROMA
Namespaces | Functions
enum_md_integrator_type_io.h File Reference

MD integrator 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::MDIntegratorTypeEnv
 

Functions

bool Chroma::MDIntegratorTypeEnv::registerAll (void)
 
enum  Chroma::MDIntegratorType { Chroma::MD_PQP_LEAPFROG , Chroma::MD_QPQ_LEAPFROG }
 MDIntegrator type. More...
 
typedef SingletonHolder< EnumTypeMap< MDIntegratorType > > Chroma::theMDIntegratorTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, MDIntegratorType &t)
 Read an MDIntegratorType enum. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const MDIntegratorType &t)
 Write an MDIntegratorType enum. More...
 

Detailed Description

MD integrator enum.

Definition in file enum_md_integrator_type_io.h.