Namespaces | Macros
exprResultI.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::expressions
 

Macros

#define defineExpressionMethod(Type, Member)
 

Detailed Description

Original source file exprResultI.H

Definition in file exprResultI.H.

Macro Definition Documentation

◆ defineExpressionMethod

#define defineExpressionMethod (   Type,
  Member 
)
Value:
template<> \
inline const Type& exprResult::singleValue::get<Type>() const \
{ \
return Member; \
} \
\
template<> \
inline const Type& exprResult::singleValue::set(const Type& val) \
{ \
Member = val; \
return Member; \
}
void set(List< bool > &bools, const labelUList &locations)
Set the listed locations (assign &#39;true&#39;).
Definition: BitOps.C:30

Definition at line 29 of file exprResultI.H.