|
QDP++
|
#include <Functors.h>
Public Member Functions | |
| EvalLeaf3 (int i1, int i2, int i3) | |
| int | val1 () const |
| int | val2 () const |
| int | val3 () const |
Public Attributes | |
| int | i1_m |
| int | i2_m |
| int | i3_m |
Definition at line 133 of file Functors.h.
|
inline |
Definition at line 136 of file Functors.h.
|
inline |
Definition at line 138 of file Functors.h.
References i1_m.
|
inline |
Definition at line 139 of file Functors.h.
References i2_m.
|
inline |
Definition at line 140 of file Functors.h.
References i3_m.
| int EvalLeaf3::i1_m |
Definition at line 135 of file Functors.h.
Referenced by EvalLeaf3(), and val1().
| int EvalLeaf3::i2_m |
Definition at line 135 of file Functors.h.
Referenced by EvalLeaf3(), and val2().
| int EvalLeaf3::i3_m |
Definition at line 135 of file Functors.h.
Referenced by EvalLeaf3(), and val3().