COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
IndexLooper< GrammarT >::impl< ExprT, StateT, DataT >::EvalExpr< I > Struct Template Reference

#include <IndexLooping.hpp>

Public Member Functions

 EvalExpr (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data)
 
template<typename J >
void operator() (const J &) const
 

Public Attributes

impl::expr_param m_expr
 
impl::state_param m_state
 
impl::data_param m_data
 

Detailed Description

template<template< typename, typename > class GrammarT>
template<typename ExprT, typename StateT, typename DataT>
template<typename I>
struct cf3::solver::actions::Proto::IndexLooper< GrammarT >::impl< ExprT, StateT, DataT >::EvalExpr< I >

Definition at line 165 of file IndexLooping.hpp.

Constructor & Destructor Documentation

EvalExpr ( typename impl::expr_param  expr,
typename impl::state_param  state,
typename impl::data_param  data 
)
inline

Definition at line 167 of file IndexLooping.hpp.

Member Function Documentation

void operator() ( const J &  ) const
inline

Definition at line 175 of file IndexLooping.hpp.

Member Data Documentation

impl::data_param m_data

Definition at line 182 of file IndexLooping.hpp.

impl::expr_param m_expr

Definition at line 180 of file IndexLooping.hpp.

impl::state_param m_state

Definition at line 181 of file IndexLooping.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin