CHROMA
|
Create a stout gauge connection state. More...
#include <stout_gaugestate.h>
Public Member Functions | |
CreateStoutGaugeState (Handle< GaugeBC< P, Q > > gbc_, const StoutFermStateParams &p_) | |
Full constructor. More... | |
~CreateStoutGaugeState () | |
Destructor. More... | |
StoutGaugeState< 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... | |
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 | |
CreateStoutGaugeState () | |
void | operator= (const CreateStoutGaugeState &) |
Private Attributes | |
Handle< GaugeBC< P, Q > > | gbc |
StoutFermStateParams | params |
Create a stout gauge connection state.
This is a factory class for producing a connection state
Definition at line 177 of file stout_gaugestate.h.
|
inline |
Full constructor.
Definition at line 181 of file stout_gaugestate.h.
|
inline |
Destructor.
Definition at line 185 of file stout_gaugestate.h.
|
inlineprivate |
Definition at line 197 of file stout_gaugestate.h.
|
inlinevirtual |
Return the gauge BC object for this state.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 194 of file stout_gaugestate.h.
References Chroma::CreateStoutGaugeState< P, Q >::gbc.
|
inlinevirtual |
Construct a ConnectState.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 188 of file stout_gaugestate.h.
References Chroma::CreateStoutGaugeState< P, Q >::gbc, Chroma::CreateStoutGaugeState< P, Q >::params, and q.
|
inlineprivate |
Definition at line 198 of file stout_gaugestate.h.
|
private |
Definition at line 201 of file stout_gaugestate.h.
Referenced by Chroma::CreateStoutGaugeState< P, Q >::getBC(), and Chroma::CreateStoutGaugeState< P, Q >::operator()().
|
private |
Definition at line 202 of file stout_gaugestate.h.
Referenced by Chroma::CreateStoutGaugeState< P, Q >::operator()().