CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
util
gauge
gauge_init_factory.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Factory for producing gauge initializer objects
4
*/
5
6
#ifndef __gauge_init_factory_h__
7
#define __gauge_init_factory_h__
8
9
#include "
singleton.h
"
10
#include "
objfactory.h
"
11
#include "
chromabase.h
"
12
#include "
util/gauge/gauge_init.h
"
13
14
namespace
Chroma
15
{
16
//! Gauge initialization factory (foundry)
17
/*! @ingroup gauge */
18
typedef
SingletonHolder<
19
ObjectFactory<GaugeInit,
20
std::string
,
21
TYPELIST_2
(XMLReader&,
const
std::string
&),
22
GaugeInit* (*)(XMLReader&,
23
const
std::string
&), StringFactoryError> >
24
TheGaugeInitFactory
;
25
26
}
27
28
29
#endif
chromabase.h
Primary include file for CHROMA library code.
gauge_init.h
Gauge initialization.
Chroma::TheGaugeInitFactory
SingletonHolder< ObjectFactory< GaugeInit, std::string, TYPELIST_2(XMLReader &, const std::string &), GaugeInit *(*)(XMLReader &, const std::string &), StringFactoryError > > TheGaugeInitFactory
Gauge initialization factory (foundry)
Definition:
gauge_init_factory.h:24
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
testing::internal::string
::std::string string
Definition:
gtest.h:1979
objfactory.h
Factory class for objects from XML input.
singleton.h
Singleton support.
TYPELIST_2
#define TYPELIST_2(T1, T2)
Definition:
typelist.h:43
Generated by
1.9.1