| 103 | } |
| 104 | |
| 105 | bool tellp(std::streampos *result) |
| 106 | { |
| 107 | *result = s_->tellp(); |
| 108 | return CheckError("tellp() = %" PRIuMAX, static_cast<std::uintmax_t>(*result)); |
| 109 | } |
| 110 | |
| 111 | bool write(const char *data, std::streamsize size) |
| 112 | { |
no outgoing calls
no test coverage detected