CHROMA
Namespaces | Functions
enum_simplebctype_io.h File Reference

Simple BC type 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::SimpleBCTypeEnv
 

Functions

bool Chroma::SimpleBCTypeEnv::registerAll (void)
 
enum  Chroma::SimpleBCType { Chroma::BC_TYPE_ANTIPERIODIC = -1 , Chroma::BC_TYPE_DIRICHLET , Chroma::BC_TYPE_PERIODIC }
 SimpleBC type. More...
 
typedef SingletonHolder< EnumTypeMap< SimpleBCType > > Chroma::theSimpleBCTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, SimpleBCType &t)
 Read an simpleBC type enum. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const SimpleBCType &t)
 Write an simpleBC type enum. More...
 

Detailed Description

Simple BC type enum.

Definition in file enum_simplebctype_io.h.