Expression templates for List. More...

Public Member Functions | |
| auto | operator[] (const label i) const |
| auto | size () const noexcept |
| template<class Container > | |
| Container & | fill (Container &lst) const |
| Helper: assign to passed in list. More... | |
| template<class Container > | |
| Container & | evaluate (Container &lst) const |
| Helper: assign to passed in list. More... | |
Static Public Attributes | |
| static constexpr bool | is_leaf = false |
Expression templates for List.
|
inline |
Definition at line 85 of file ListExpression.H.
|
inlinenoexcept |
Definition at line 91 of file ListExpression.H.
Referenced by ListExpression< List_pow3< E1 > >::evaluate(), and ListExpression< List_pow3< E1 > >::fill().

|
inline |
Helper: assign to passed in list.
Definition at line 97 of file ListExpression.H.
Referenced by ListExpression< List_pow3< E1 > >::evaluate().

|
inline |
Helper: assign to passed in list.
Definition at line 186 of file ListExpression.H.
Referenced by dimensionSetRefWrap::dimensionSetRefWrap(), boolWrap::evaluate(), dimensionSetRefWrap::evaluate(), GeometricFieldRefWrap< GeoField >::evaluate(), fvMatrixRefWrap< Matrix >::evaluate(), fvMatrixRefWrap< Matrix >::fvMatrixRefWrap(), GeometricFieldRefWrap< GeoField >::GeometricFieldRefWrap(), ListRefWrap< T >::ListRefWrap(), ListTmpWrap< T >::ListTmpWrap(), ListWrap< T >::ListWrap(), boolWrap::operator=(), dimensionSetRefWrap::operator=(), ListRefWrap< T >::operator=(), GeometricFieldRefWrap< GeoField >::operator=(), fvMatrixRefWrap< Matrix >::operator=(), ListTmpWrap< T >::operator=(), and ListsRefWrap< V >::operator=().

|
static |
Definition at line 83 of file ListExpression.H.