MCPcopy 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
354inline bool Foam::token::isCompound() const
355{
356 return (type_ == COMPOUND);
357}
358
359inline const Foam::token::compound& Foam::token::compoundToken() const
360{

Callers 5

ListIO.CFile · 0.80
FixedListIO.CFile · 0.80
UListIO.CFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected