QDP++
QDP::u_arg< T, T1, Op, RHS > Struct Template Reference

user argument for the evaluate function: More...

#include <qdp_parscalar_specific.h>

Public Member Functions

 u_arg (OLattice< T > &d_, const QDPExpr< RHS, OScalar< T1 > > &r_, const Op &op_, const int *tab_)
 u_arg (OLattice< T > &d_, const QDPExpr< RHS, OScalar< T1 > > &r_, const Op &op_, const int *tab_)

Public Attributes

OLattice< T > & d
const QDPExpr< RHS, OScalar< T1 > > & r
const Op & op
const int * tab

Detailed Description

template<class T, class T1, class Op, class RHS>
struct QDP::u_arg< T, T1, Op, RHS >

user argument for the evaluate function:

Definition at line 256 of file qdp_parscalar_specific.h.

Constructor & Destructor Documentation

◆ u_arg() [1/2]

template<class T, class T1, class Op, class RHS>
QDP::u_arg< T, T1, Op, RHS >::u_arg ( OLattice< T > & d_,
const QDPExpr< RHS, OScalar< T1 > > & r_,
const Op & op_,
const int * tab_ )
inline

Definition at line 257 of file qdp_parscalar_specific.h.

References d, op, r, and tab.

◆ u_arg() [2/2]

template<class T, class T1, class Op, class RHS>
QDP::u_arg< T, T1, Op, RHS >::u_arg ( OLattice< T > & d_,
const QDPExpr< RHS, OScalar< T1 > > & r_,
const Op & op_,
const int * tab_ )
inline

Definition at line 80 of file qdp_scalar_specific.h.

References d, op, r, and tab.

Member Data Documentation

◆ d

template<class T, class T1, class Op, class RHS>
OLattice< T > & QDP::u_arg< T, T1, Op, RHS >::d

Definition at line 264 of file qdp_parscalar_specific.h.

Referenced by QDP::ev_userfunc(), and u_arg().

◆ op

template<class T, class T1, class Op, class RHS>
const Op & QDP::u_arg< T, T1, Op, RHS >::op

Definition at line 266 of file qdp_parscalar_specific.h.

Referenced by QDP::ev_userfunc(), and u_arg().

◆ r

template<class T, class T1, class Op, class RHS>
const QDPExpr< RHS, OScalar< T1 > > & QDP::u_arg< T, T1, Op, RHS >::r

Definition at line 265 of file qdp_parscalar_specific.h.

Referenced by QDP::ev_userfunc(), and u_arg().

◆ tab

template<class T, class T1, class Op, class RHS>
const int * QDP::u_arg< T, T1, Op, RHS >::tab

Definition at line 267 of file qdp_parscalar_specific.h.

Referenced by QDP::ev_userfunc(), and u_arg().


The documentation for this struct was generated from the following files: