CHROMA
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Chroma::CreatePeriodicGaugeState< P, Q > Class Template Reference

Create a periodic gauge connection state. More...

#include <periodic_gaugestate.h>

Inheritance diagram for Chroma::CreatePeriodicGaugeState< P, Q >:
Chroma::CreateGaugeState< P, Q > Chroma::CreateState< P, Q >

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
 

Detailed Description

template<typename P, typename Q>
class Chroma::CreatePeriodicGaugeState< P, Q >

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.

Constructor & Destructor Documentation

◆ CreatePeriodicGaugeState()

template<typename P , typename Q >
Chroma::CreatePeriodicGaugeState< P, Q >::CreatePeriodicGaugeState ( )
inline

Full constructor.

Definition at line 73 of file periodic_gaugestate.h.

◆ ~CreatePeriodicGaugeState()

template<typename P , typename Q >
Chroma::CreatePeriodicGaugeState< P, Q >::~CreatePeriodicGaugeState ( )
inline

Destructor.

Definition at line 76 of file periodic_gaugestate.h.

Member Function Documentation

◆ getBC()

template<typename P , typename Q >
const GaugeBC<P,Q>& Chroma::CreatePeriodicGaugeState< P, Q >::getBC ( ) const
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.

◆ getGaugeBC()

template<typename P , typename Q >
Handle< GaugeBC<P,Q> > Chroma::CreatePeriodicGaugeState< P, Q >::getGaugeBC ( ) const
inline

Return the gauge BC object for this state.

Definition at line 88 of file periodic_gaugestate.h.

References Chroma::CreatePeriodicGaugeState< P, Q >::gbc.

◆ operator()()

template<typename P , typename Q >
PeriodicGaugeState<P,Q>* Chroma::CreatePeriodicGaugeState< P, Q >::operator() ( const Q q) const
inlinevirtual

Construct a ConnectState.

Implements Chroma::CreateGaugeState< P, Q >.

Definition at line 79 of file periodic_gaugestate.h.

References q.

◆ operator=()

template<typename P , typename Q >
void Chroma::CreatePeriodicGaugeState< P, Q >::operator= ( const CreatePeriodicGaugeState< P, Q > &  )
inlineprivate

Definition at line 91 of file periodic_gaugestate.h.

Member Data Documentation

◆ gbc

template<typename P , typename Q >
Handle< GaugeBC<P,Q> > Chroma::CreatePeriodicGaugeState< P, Q >::gbc
private

The documentation for this class was generated from the following file: