MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / isTmp

Method isTmp

src/OpenFOAM/memory/tmp/tmpI.H:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145template<class T>
146inline bool Foam::tmp<T>::isTmp() const
147{
148 return type_ == TMP;
149}
150
151
152template<class T>

Callers 15

fvMatrix.CFile · 0.45
constrainHbyA.CFile · 0.45
xferTmpMethod · 0.45
operator=Method · 0.45
DimensionedField.CFile · 0.45
NewFunction · 0.45
NewMethod · 0.45
NewMethod · 0.45
NewMethod · 0.45
NewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected