| 10965 | } |
| 10966 | |
| 10967 | int sync() override { |
| 10968 | if( pbase() != pptr() ) { |
| 10969 | m_writer( std::string( pbase(), static_cast<std::string::size_type>( pptr() - pbase() ) ) ); |
| 10970 | setp( pbase(), epptr() ); |
| 10971 | } |
| 10972 | return 0; |
| 10973 | } |
| 10974 | }; |
| 10975 | |
| 10976 | /////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected