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

Function append

src/OpenFOAM/primitives/strings/lists/hashedWordList.C:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126void Foam::hashedWordList::append(const word& name)
127{
128 const label idx = size();
129 List<word>::append(name);
130 indices_.insert(name, idx);
131}
132
133
134void Foam::hashedWordList::transfer(List<word>& lst)

Callers 3

wallPolyPatch.CFile · 0.50
SHA1Method · 0.50
mappedPolyPatch.CFile · 0.50

Calls 2

sizeFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected