Not implemented.
| 128 | |
| 129 | // Not implemented. |
| 130 | virtual std::pair<FILE*, size_t> GetFileUnsafe() const override |
| 131 | { |
| 132 | return std::make_pair<FILE*, size_t>(nullptr, 0); |
| 133 | } |
| 134 | |
| 135 | protected: |
| 136 | std::shared_ptr<char> _pData; |
nothing calls this directly
no outgoing calls
no test coverage detected