| 55 | typedef typename std::basic_filebuf<CharT, Traits> Base; |
| 56 | |
| 57 | Shiftbuf(Shiftbuf::off_type offset) : m_offset(offset) |
| 58 | {} |
| 59 | |
| 60 | protected: |
| 61 | virtual pos_type seekpos(Shiftbuf::pos_type sp, |
nothing calls this directly
no outgoing calls
no test coverage detected