| 622 | } |
| 623 | |
| 624 | std::streambuf::int_type |
| 625 | SerialStreamBuf::overflow(const int_type character) |
| 626 | { |
| 627 | return mImpl->overflow(character) ; |
| 628 | } |
| 629 | |
| 630 | std::streambuf::int_type |
| 631 | SerialStreamBuf::underflow() |
nothing calls this directly
no test coverage detected