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

Function isCompound

src/OpenFOAM/db/IOstreams/token/token.C:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
82
83bool Foam::token::compound::isCompound(const word& name)
84{
85 return
86 (
87 IstreamConstructorTablePtr_
88 && IstreamConstructorTablePtr_->found(name)
89 );
90}
91
92
93Foam::token::compound& Foam::token::transferCompoundToken(const Istream& is)

Callers 3

FixedListIO.CFile · 0.85
UIPstream.CFile · 0.85
readWordTokenFunction · 0.85

Calls 1

foundMethod · 0.45

Tested by

no test coverage detected