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

#include <IndexLooping.hpp>

Public Types

typedef GrammarT< boost::mpl::int_< 0 >, boost::mpl::int_< 0 > > ConcreteGrammarT
 
typedef boost::result_of< ConcreteGrammarT(typename impl::expr_param, typename impl::state_param, typename impl::data_param)>::type result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 

Detailed Description

template<template< typename, typename > class GrammarT>
template<typename ExprT, typename StateT, typename DataT>
template<Uint Dummy>
struct cf3::solver::actions::Proto::IndexLooper< GrammarT >::impl< ExprT, StateT, DataT >::OuterLoop< 1, 1, Dummy >

Definition at line 122 of file IndexLooping.hpp.

Member Typedef Documentation

typedef GrammarT< boost::mpl::int_<0>, boost::mpl::int_<0> > ConcreteGrammarT

Definition at line 124 of file IndexLooping.hpp.

typedef boost::result_of<ConcreteGrammarT ( typename impl::expr_param, typename impl::state_param, typename impl::data_param )>::type result_type

Definition at line 128 of file IndexLooping.hpp.

Member Function Documentation

result_type operator() ( typename impl::expr_param  expr,
typename impl::state_param  state,
typename impl::data_param  data 
) const
inline

Definition at line 130 of file IndexLooping.hpp.


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