FLANG
Public Types | Public Member Functions | List of all members
Fortran::evaluate::ImpliedDo< RESULT > Class Template Reference

Public Types

using Result = RESULT
 
using Index = ResultType< ImpliedDoIndex >
 

Public Member Functions

 ImpliedDo (parser::CharBlock name, Expr< Index > &&lower, Expr< Index > &&upper, Expr< Index > &&stride, ArrayConstructorValues< Result > &&values)
 
bool operator== (const ImpliedDo &) const
 
parser::CharBlock name () const
 
Expr< Index > & lower ()
 
const Expr< Index > & lower () const
 
Expr< Index > & upper ()
 
const Expr< Index > & upper () const
 
Expr< Index > & stride ()
 
const Expr< Index > & stride () const
 
ArrayConstructorValues< Result > & values ()
 
const ArrayConstructorValues< Result > & values () const
 

The documentation for this class was generated from the following files: