Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ isCompound
Method
isCompound
src/OpenFOAM/db/IOstreams/token/tokenI.H:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
inline bool Foam::token::isCompound() const
355
{
356
return (type_ == COMPOUND);
357
}
358
359
inline const Foam::token::compound& Foam::token::compoundToken() const
360
{
Callers
5
genericPointPatchField.C
File · 0.80
genericFvPatchField.C
File · 0.80
ListIO.C
File · 0.80
FixedListIO.C
File · 0.80
UListIO.C
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected