class FILERawSink

Defined at line 55 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h

RawSink implementation that writes into a FILE*.

It keeps track of the total number of bytes written and any error encountered

during the writes.

Public Methods

void FILERawSink (std::FILE * output)

Defined at line 57 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h

void Write (string_view v)
size_t count ()

Defined at line 61 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h

int error ()

Defined at line 62 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h