QDP++
EvalLeaf2 Struct Reference

#include <Functors.h>

Public Member Functions

 EvalLeaf2 (int i1, int i2)
int val1 () const
int val2 () const

Public Attributes

int i1_m
int i2_m

Detailed Description

Definition at line 112 of file Functors.h.

Constructor & Destructor Documentation

◆ EvalLeaf2()

EvalLeaf2::EvalLeaf2 ( int i1,
int i2 )
inline

Definition at line 115 of file Functors.h.

References i1_m, and i2_m.

Member Function Documentation

◆ val1()

int EvalLeaf2::val1 ( ) const
inline

Definition at line 116 of file Functors.h.

References i1_m.

◆ val2()

int EvalLeaf2::val2 ( ) const
inline

Definition at line 117 of file Functors.h.

References i2_m.

Member Data Documentation

◆ i1_m

int EvalLeaf2::i1_m

Definition at line 114 of file Functors.h.

Referenced by EvalLeaf2(), and val1().

◆ i2_m

int EvalLeaf2::i2_m

Definition at line 114 of file Functors.h.

Referenced by EvalLeaf2(), and val2().


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