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

Method isString

src/OpenFOAM/db/IOstreams/token/tokenI.H:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236inline bool Foam::token::isString() const
237{
238 return (type_ == STRING || type_ == VARIABLE || type_ == VERBATIMSTRING);
239}
240
241inline const Foam::string& Foam::token::stringToken() const
242{

Callers 6

keyType.CFile · 0.80
wordIO.CFile · 0.80
fileNameIO.CFile · 0.80
wordRe.CFile · 0.80
stringIO.CFile · 0.80
getKeywordFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected