QDP++
EvalLeaf4 Struct Reference

#include <Functors.h>

Public Member Functions

 EvalLeaf4 (int i1, int i2, int i3, int i4)
int val1 () const
int val2 () const
int val3 () const
int val4 () const

Public Attributes

int i1_m
int i2_m
int i3_m
int i4_m

Detailed Description

Definition at line 156 of file Functors.h.

Constructor & Destructor Documentation

◆ EvalLeaf4()

EvalLeaf4::EvalLeaf4 ( int i1,
int i2,
int i3,
int i4 )
inline

Definition at line 159 of file Functors.h.

References i1_m, i2_m, i3_m, and i4_m.

Member Function Documentation

◆ val1()

int EvalLeaf4::val1 ( ) const
inline

Definition at line 161 of file Functors.h.

References i1_m.

◆ val2()

int EvalLeaf4::val2 ( ) const
inline

Definition at line 162 of file Functors.h.

References i2_m.

◆ val3()

int EvalLeaf4::val3 ( ) const
inline

Definition at line 163 of file Functors.h.

References i3_m.

◆ val4()

int EvalLeaf4::val4 ( ) const
inline

Definition at line 164 of file Functors.h.

References i4_m.

Member Data Documentation

◆ i1_m

int EvalLeaf4::i1_m

Definition at line 158 of file Functors.h.

Referenced by EvalLeaf4(), and val1().

◆ i2_m

int EvalLeaf4::i2_m

Definition at line 158 of file Functors.h.

Referenced by EvalLeaf4(), and val2().

◆ i3_m

int EvalLeaf4::i3_m

Definition at line 158 of file Functors.h.

Referenced by EvalLeaf4(), and val3().

◆ i4_m

int EvalLeaf4::i4_m

Definition at line 158 of file Functors.h.

Referenced by EvalLeaf4(), and val4().


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