CHROMA
|
Create a SLIC ferm connection state. More...
#include <stout_fermstate_w.h>
Public Member Functions | |
CreateSLICFermState (Handle< FermBC< T, P, Q > > fbc_, const StoutFermStateParams &p_) | |
Full constructor. More... | |
~CreateSLICFermState () | |
Destructor. More... | |
StoutFermState< T, P, Q > * | operator() (const Q &q) const |
Construct a ConnectState. More... | |
const FermBC< T, P, Q > & | getBC () const |
Return the ferm BC object for this state. More... | |
Handle< FermBC< T, P, Q > > | getFermBC () const |
Return the ferm BC object for this state. More... | |
Public Member Functions inherited from Chroma::CreateFermState< T, P, Q > | |
virtual | ~CreateFermState () |
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 | |
CreateSLICFermState () | |
void | operator= (const CreateSLICFermState &) |
Private Attributes | |
Handle< FermBC< T, P, Q > > | fbc |
StoutFermStateParams | params |
Create a SLIC ferm connection state.
This is a factory class for producing a connection state
Definition at line 292 of file stout_fermstate_w.h.
|
inline |
Full constructor.
Definition at line 297 of file stout_fermstate_w.h.
|
inline |
Destructor.
Definition at line 302 of file stout_fermstate_w.h.
|
inlineprivate |
Definition at line 317 of file stout_fermstate_w.h.
|
inlinevirtual |
Return the ferm BC object for this state.
Implements Chroma::CreateFermState< T, P, Q >.
Definition at line 311 of file stout_fermstate_w.h.
References Chroma::CreateSLICFermState< T, P, Q >::fbc.
|
inlinevirtual |
Return the ferm BC object for this state.
Implements Chroma::CreateFermState< T, P, Q >.
Definition at line 314 of file stout_fermstate_w.h.
References Chroma::CreateSLICFermState< T, P, Q >::fbc.
|
inlinevirtual |
Construct a ConnectState.
Implements Chroma::CreateFermState< T, P, Q >.
Definition at line 305 of file stout_fermstate_w.h.
References Chroma::CreateSLICFermState< T, P, Q >::fbc, Chroma::CreateSLICFermState< T, P, Q >::params, and q.
|
inlineprivate |
Definition at line 318 of file stout_fermstate_w.h.
|
private |
Definition at line 321 of file stout_fermstate_w.h.
Referenced by Chroma::CreateSLICFermState< T, P, Q >::getBC(), Chroma::CreateSLICFermState< T, P, Q >::getFermBC(), and Chroma::CreateSLICFermState< T, P, Q >::operator()().
|
private |
Definition at line 322 of file stout_fermstate_w.h.
Referenced by Chroma::CreateSLICFermState< T, P, Q >::operator()().