Namespaces | Functions
bind.cc File Reference
#include "absl/strings/internal/str_format/bind.h"
#include <cerrno>
#include <limits>
#include <sstream>
#include <string>
Include dependency graph for bind.cc:

Go to the source code of this file.

Namespaces

 absl
 
 absl::str_format_internal
 

Functions

std::string & absl::str_format_internal::AppendPack (std::string *out, const UntypedFormatSpecImpl format, absl::Span< const FormatArgImpl > args)
 
bool absl::str_format_internal::BindWithPack (const UnboundConversion *props, absl::Span< const FormatArgImpl > pack, BoundConversion *bound)
 
bool absl::str_format_internal::FormatUntyped (FormatRawSinkImpl raw_sink, const UntypedFormatSpecImpl format, absl::Span< const FormatArgImpl > args)
 
int absl::str_format_internal::FprintF (std::FILE *output, const UntypedFormatSpecImpl format, absl::Span< const FormatArgImpl > args)
 
int absl::str_format_internal::SnprintF (char *output, size_t size, const UntypedFormatSpecImpl format, absl::Span< const FormatArgImpl > args)
 
std::string absl::str_format_internal::Summarize (const UntypedFormatSpecImpl format, absl::Span< const FormatArgImpl > args)
 

Variable Documentation

ArgContext arg_context_
private

Definition at line 103 of file bind.cc.

Converter converter_
private

Definition at line 102 of file bind.cc.

absl::Span<const FormatArgImpl> pack_
private

Definition at line 36 of file bind.cc.

FormatSinkImpl* sink_
private

Definition at line 129 of file bind.cc.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59