Return the current record contents. Only valid after the preceding call to GetNext() returned true
| 51 | // Return the current record contents. Only valid after the preceding call |
| 52 | // to GetNext() returned true |
| 53 | string record() const { return record_; } |
| 54 | // Return the current offset in the file. |
| 55 | uint64 offset() const { return offset_; } |
| 56 |
no outgoing calls
no test coverage detected