| 379 | } ; |
| 380 | |
| 381 | SerialStreamBuf::SerialStreamBuf() |
| 382 | : mImpl(new Implementation) |
| 383 | { |
| 384 | setbuf(nullptr, 0) ; |
| 385 | } |
| 386 | |
| 387 | SerialStreamBuf::SerialStreamBuf(const std::string& fileName, |
| 388 | const BaudRate& baudRate, |
nothing calls this directly
no outgoing calls
no test coverage detected