| 40 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 41 | |
| 42 | inline void Foam::hashedWordList::operator=(const UList<word>& lst) |
| 43 | { |
| 44 | List<word>::operator=(lst); |
| 45 | rehash(); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | inline void Foam::hashedWordList::operator=(const hashedWordList& lst) |