class ParsedFormatBase
Defined at line 120 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
Public Methods
void ParsedFormatBase (string_view format, bool allow_ignored, std::initializer_list<FormatConversionCharSet> convs)
void ParsedFormatBase (const ParsedFormatBase & other)
Defined at line 126 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
void ParsedFormatBase (ParsedFormatBase && other)
Defined at line 128 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
ParsedFormatBase & operator= (const ParsedFormatBase & other)
Defined at line 130 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
ParsedFormatBase & operator= (ParsedFormatBase && other)
Defined at line 140 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
template <typename Consumer>
bool ProcessFormat (Consumer consumer)
Defined at line 151 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
bool has_error ()
Defined at line 167 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h