CHROMA
|
Create a periodic gauge connection state. More...
#include <periodic_gaugestate.h>
Public Member Functions | |
CreatePeriodicGaugeState () | |
Full constructor. More... | |
~CreatePeriodicGaugeState () | |
Destructor. More... | |
PeriodicGaugeState< P, Q > * | operator() (const Q &q) const |
Construct a ConnectState. More... | |
const GaugeBC< P, Q > & | getBC () const |
Return the gauge BC object for this state. More... | |
Handle< GaugeBC< P, Q > > | getGaugeBC () const |
Return the gauge BC object for this state. More... | |
Public Member Functions inherited from Chroma::CreateGaugeState< P, Q > | |
virtual | ~CreateGaugeState () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::CreateState< P, Q > | |
virtual | ~CreateState () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
void | operator= (const CreatePeriodicGaugeState< P, Q > &) |
Private Attributes | |
Handle< GaugeBC< P, Q > > | gbc |
Create a periodic gauge connection state.
This is a factory class for producing a connection state
Definition at line 68 of file periodic_gaugestate.h.
|
inline |
Full constructor.
Definition at line 73 of file periodic_gaugestate.h.
|
inline |
Destructor.
Definition at line 76 of file periodic_gaugestate.h.
|
inlinevirtual |
Return the gauge BC object for this state.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 85 of file periodic_gaugestate.h.
References Chroma::CreatePeriodicGaugeState< P, Q >::gbc.
|
inline |
Return the gauge BC object for this state.
Definition at line 88 of file periodic_gaugestate.h.
References Chroma::CreatePeriodicGaugeState< P, Q >::gbc.
|
inlinevirtual |
Construct a ConnectState.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 79 of file periodic_gaugestate.h.
References q.
|
inlineprivate |
Definition at line 91 of file periodic_gaugestate.h.
|
private |
Definition at line 94 of file periodic_gaugestate.h.
Referenced by Chroma::CreatePeriodicGaugeState< P, Q >::getBC(), and Chroma::CreatePeriodicGaugeState< P, Q >::getGaugeBC().