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

Function rehash

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

Source from the content-addressed store, hash-verified

28// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
29
30void Foam::hashedWordList::rehash()
31{
32 indices_.clear();
33 forAll(*this, i)
34 {
35 indices_.insert(List<word>::operator[](i), i);
36 }
37}
38
39
40// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 3

hashedWordList.CFile · 0.85
transferFunction · 0.85
operator=Method · 0.85

Calls 3

forAllFunction · 0.50
clearMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected