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

Function append

src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
32
33void Foam::primitiveEntry::append(const UList<token>& varTokens)
34{
35 forAll(varTokens, i)
36 {
37 newElmt(tokenIndex()++) = varTokens[i];
38 }
39}
40
41
42bool Foam::primitiveEntry::expandVariable

Callers 2

expandVariableFunction · 0.70
addFunction · 0.50

Calls 1

forAllFunction · 0.50

Tested by

no test coverage detected