| 124 | |
| 125 | |
| 126 | void 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 | |
| 134 | void Foam::hashedWordList::transfer(List<word>& lst) |
no test coverage detected