|
QDP++
|
user argument for the evaluate function: More...
#include <qdp_parscalar_specific.h>
Public Member Functions | |
| user_arg (OLattice< T > &d_, const QDPExpr< RHS, OLattice< T1 > > &r_, const Op &op_, const int *tab_) | |
| user_arg (OLattice< T > &d_, const QDPExpr< RHS, OLattice< T1 > > &r_, const Op &op_, const int *tab_) | |
Public Attributes | |
| OLattice< T > & | d |
| const QDPExpr< RHS, OLattice< T1 > > & | r |
| const Op & | op |
| const int * | tab |
user argument for the evaluate function:
Definition at line 293 of file qdp_parscalar_specific.h.
|
inline |
|
inline |
| OLattice< T > & QDP::user_arg< T, T1, Op, RHS >::d |
Definition at line 300 of file qdp_parscalar_specific.h.
Referenced by QDP::evaluate_userfunc(), and user_arg().
| const Op & QDP::user_arg< T, T1, Op, RHS >::op |
Definition at line 302 of file qdp_parscalar_specific.h.
Referenced by QDP::evaluate_userfunc(), and user_arg().
| const QDPExpr< RHS, OLattice< T1 > > & QDP::user_arg< T, T1, Op, RHS >::r |
Definition at line 301 of file qdp_parscalar_specific.h.
Referenced by QDP::evaluate_userfunc(), and user_arg().
| const int * QDP::user_arg< T, T1, Op, RHS >::tab |
Definition at line 303 of file qdp_parscalar_specific.h.
Referenced by QDP::evaluate_userfunc(), and user_arg().