CHROMA
Namespaces | Functions
enum_wavetype_io.h File Reference

Wavetype 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::WaveStateTypeEnv
 

Functions

bool Chroma::WaveStateTypeEnv::registerAll (void)
 
enum  Chroma::WaveStateType { Chroma::WAVE_TYPE_S_WAVE , Chroma::WAVE_TYPE_P_WAVE , Chroma::WAVE_TYPE_D_WAVE }
 Wave state type. More...
 
typedef SingletonHolder< EnumTypeMap< WaveStateType > > Chroma::theWaveStateTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, WaveStateType &t)
 Read an WaveType enum. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const WaveStateType &t)
 Write an WaveType enum. More...
 

Detailed Description

Wavetype enum.

Definition in file enum_wavetype_io.h.