#include <stout_gaugestate.h>
Inheritance diagram for Chroma::CreateStoutGaugeState< P, Q >:

Public Member Functions | |
| CreateStoutGaugeState (Handle< GaugeBC< P, Q > > gbc_, const StoutFermStateParams &p_) | |
| Full constructor. | |
| ~CreateStoutGaugeState () | |
| Destructor. | |
| StoutGaugeState< P, Q > * | operator() (const Q &q) const |
| Construct a ConnectState. | |
| const GaugeBC< P, Q > & | getBC () const |
| Return the gauge BC object for this state. | |
Private Member Functions | |
| CreateStoutGaugeState () | |
| void | operator= (const CreateStoutGaugeState &) |
Private Attributes | |
| Handle< GaugeBC< P, Q > > | gbc |
| StoutFermStateParams | params |
This is a factory class for producing a connection state
Definition at line 178 of file stout_gaugestate.h.
| Chroma::CreateStoutGaugeState< P, Q >::CreateStoutGaugeState | ( | Handle< GaugeBC< P, Q > > | gbc_, | |
| const StoutFermStateParams & | p_ | |||
| ) | [inline] |
| Chroma::CreateStoutGaugeState< P, Q >::~CreateStoutGaugeState | ( | ) | [inline] |
| Chroma::CreateStoutGaugeState< P, Q >::CreateStoutGaugeState | ( | ) | [inline, private] |
Definition at line 198 of file stout_gaugestate.h.
| const GaugeBC<P,Q>& Chroma::CreateStoutGaugeState< P, Q >::getBC | ( | ) | const [inline, virtual] |
Return the gauge BC object for this state.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 195 of file stout_gaugestate.h.
References Chroma::CreateStoutGaugeState< P, Q >::gbc.
| StoutGaugeState<P,Q>* Chroma::CreateStoutGaugeState< P, Q >::operator() | ( | const Q & | q | ) | const [inline, virtual] |
Construct a ConnectState.
Implements Chroma::CreateGaugeState< P, Q >.
Definition at line 189 of file stout_gaugestate.h.
References Chroma::CreateStoutGaugeState< P, Q >::gbc, and Chroma::CreateStoutGaugeState< P, Q >::params.
| void Chroma::CreateStoutGaugeState< P, Q >::operator= | ( | const CreateStoutGaugeState< P, Q > & | ) | [inline, private] |
Definition at line 199 of file stout_gaugestate.h.
Handle< GaugeBC<P,Q> > Chroma::CreateStoutGaugeState< P, Q >::gbc [private] |
Definition at line 202 of file stout_gaugestate.h.
Referenced by Chroma::CreateStoutGaugeState< P, Q >::getBC(), and Chroma::CreateStoutGaugeState< P, Q >::operator()().
StoutFermStateParams Chroma::CreateStoutGaugeState< P, Q >::params [private] |
Definition at line 203 of file stout_gaugestate.h.
Referenced by Chroma::CreateStoutGaugeState< P, Q >::operator()().
1.4.7