6 #ifndef __map_obj_factory_w_h__
7 #define __map_obj_factory_w_h__
14 #include "qdp_map_obj.h"
22 typedef SingletonHolder<
23 ObjectFactory<QDP::MapObject<int,EVPair<LatticeColorVector> >,
26 QDP::MapObject<int,EVPair<LatticeColorVector> >* (*)(XMLReader&,
38 QDP::MapObject<KeyPropColorVec_t,LatticeFermion>* (*)(XMLReader&,
Primary include file for CHROMA library code.
SingletonHolder< ObjectFactory< QDP::MapObject< KeyPropColorVec_t, LatticeFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, const std::string &), QDP::MapObject< KeyPropColorVec_t, LatticeFermion > *(*)(XMLReader &, const std::string &, const std::string &), StringFactoryError > > TheMapObjKeyPropColorVecFactory
MapObj factory (foundry)
SingletonHolder< ObjectFactory< QDP::MapObject< int, EVPair< LatticeColorVector > >, std::string, TYPELIST_3(XMLReader &, const std::string &, const std::string &), QDP::MapObject< int, EVPair< LatticeColorVector > > *(*)(XMLReader &, const std::string &, const std::string &), StringFactoryError > > TheMapObjIntKeyColorEigenVecFactory
MapObj factory (foundry)
Class for counted reference semantics.
Key for propagator colorstd::vector sources.
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
Holds of vectors and weights.
#define TYPELIST_3(T1, T2, T3)