| 57 | // Forward declaration of friend functions and operators |
| 58 | |
| 59 | class entry; |
| 60 | Ostream& operator<<(Ostream&, const entry&); |
| 61 | |
| 62 | /*---------------------------------------------------------------------------*\ |
no outgoing calls
no test coverage detected