| 207 | } |
| 208 | |
| 209 | MemoryPool* WriterOptions::getMemoryPool() const { |
| 210 | return privateBits_->memoryPool; |
| 211 | } |
| 212 | |
| 213 | WriterOptions& WriterOptions::setErrorStream(std::ostream& errStream) { |
| 214 | privateBits_->errorStream = &errStream; |
no outgoing calls
no test coverage detected