QDP++
EvalLeaf3 Struct Reference

#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

Detailed Description

Definition at line 133 of file Functors.h.

Constructor & Destructor Documentation

◆ EvalLeaf3()

EvalLeaf3::EvalLeaf3 ( int i1,
int i2,
int i3 )
inline

Definition at line 136 of file Functors.h.

References i1_m, i2_m, and i3_m.

Member Function Documentation

◆ val1()

int EvalLeaf3::val1 ( ) const
inline

Definition at line 138 of file Functors.h.

References i1_m.

◆ val2()

int EvalLeaf3::val2 ( ) const
inline

Definition at line 139 of file Functors.h.

References i2_m.

◆ val3()

int EvalLeaf3::val3 ( ) const
inline

Definition at line 140 of file Functors.h.

References i3_m.

Member Data Documentation

◆ i1_m

int EvalLeaf3::i1_m

Definition at line 135 of file Functors.h.

Referenced by EvalLeaf3(), and val1().

◆ i2_m

int EvalLeaf3::i2_m

Definition at line 135 of file Functors.h.

Referenced by EvalLeaf3(), and val2().

◆ i3_m

int EvalLeaf3::i3_m

Definition at line 135 of file Functors.h.

Referenced by EvalLeaf3(), and val3().


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