| 13432 | } |
| 13433 | |
| 13434 | int sync() override { |
| 13435 | if( pbase() != pptr() ) { |
| 13436 | m_writer( std::string( pbase(), static_cast<std::string::size_type>( pptr() - pbase() ) ) ); |
| 13437 | setp( pbase(), epptr() ); |
| 13438 | } |
| 13439 | return 0; |
| 13440 | } |
| 13441 | }; |
| 13442 | |
| 13443 | /////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected