| 416 | |
| 417 | template<class T, class Key, class Hash> |
| 418 | inline typename Foam::HashTable<T, Key, Hash>::iterator |
| 419 | Foam::HashTable<T, Key, Hash>::begin() |
| 420 | { |
| 421 | return iterator(this); |
| 422 | } |
| 423 | |
| 424 | |
| 425 | // * * * * * * * * * * * * * * * STL const_iterator * * * * * * * * * * * * * // |
no test coverage detected