COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | List of all members
ExpressionProperties< ExprT > Struct Template Reference

Convenience struct to get easy access to the numberof variables and their type. More...

#include <Transforms.hpp>

Public Types

typedef boost::result_of< ExprVarArity(ExprT)>::type NbVarsT
 Number of variables in the expression (boost mpl integral constant) More...
 
typedef boost::fusion::result_of::as_vector< typename boost::mpl::transform< typename boost::mpl::copy< boost::mpl::range_c< int, 0, NbVarsT::value >, boost::mpl::back_inserter< boost::mpl::vector_c< Uint > > >::type, DefineTypeOp< boost::mpl::_1, ExprT > >::type >::type VariablesT
 Types of the used variables. More...
 

Detailed Description

template<typename ExprT>
struct cf3::solver::actions::Proto::ExpressionProperties< ExprT >

Convenience struct to get easy access to the numberof variables and their type.

Definition at line 97 of file Transforms.hpp.

Member Typedef Documentation

typedef boost::result_of<ExprVarArity(ExprT)>::type NbVarsT

Number of variables in the expression (boost mpl integral constant)

Definition at line 100 of file Transforms.hpp.

typedef boost::fusion::result_of::as_vector< typename boost::mpl::transform < typename boost::mpl::copy<boost::mpl::range_c<int,0,NbVarsT::value>, boost::mpl::back_inserter< boost::mpl::vector_c<Uint> > >::type, DefineTypeOp<boost::mpl::_1, ExprT> >::type >::type VariablesT

Types of the used variables.

Definition at line 110 of file Transforms.hpp.


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