Classes | Namespaces | Macros | Typedefs | Functions
arg.h File Reference
#include <string.h>
#include <wchar.h>
#include <cstdio>
#include <iomanip>
#include <limits>
#include <memory>
#include <sstream>
#include <string>
#include <type_traits>
#include "absl/base/port.h"
#include "absl/meta/type_traits.h"
#include "absl/numeric/int128.h"
#include "absl/strings/internal/str_format/extension.h"
#include "absl/strings/string_view.h"
Include dependency graph for arg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  absl::str_format_internal::FormatArgImpl::Data
 
struct  absl::str_format_internal::FormatArgImpl::DecayType< T, typename >
 
struct  absl::str_format_internal::FormatArgImpl::DecayType< T, typename std::enable_if< !str_format_internal::HasUserDefinedConvert< T >::value &&std::is_enum< T >::value >::type >
 
class  absl::str_format_internal::FormatArgImpl
 
struct  absl::str_format_internal::FormatArgImplFriend
 
struct  absl::str_format_internal::FormatCountCaptureHelper
 
struct  absl::str_format_internal::HasUserDefinedConvert< T, typename >
 
struct  absl::str_format_internal::FormatArgImpl::Manager< T, StoragePolicy >
 
struct  absl::str_format_internal::FormatArgImpl::Manager< T, ByPointer >
 
struct  absl::str_format_internal::FormatArgImpl::Manager< T, ByValue >
 
struct  absl::str_format_internal::FormatArgImpl::Manager< T, ByVolatilePointer >
 
struct  absl::str_format_internal::FormatArgImpl::storage_policy< T >
 
struct  absl::str_format_internal::FormatArgImpl::store_by_value< T >
 
class  absl::str_format_internal::StreamedWrapper< T >
 
struct  absl::str_format_internal::VoidPtr
 

Namespaces

 absl
 
 absl::str_format_internal
 

Macros

#define ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(T, E)   E template bool FormatArgImpl::Dispatch<T>(Data, ConversionSpec, void*)
 
#define ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(...)
 

Typedefs

using absl::str_format_internal::FloatingConvertResult = ConvertResult< Conv::floating >
 
using absl::str_format_internal::IntegralConvertResult = ConvertResult< Conv::c|Conv::numeric|Conv::star >
 

Functions

 absl::str_format_internal::ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_ (extern)
 
template<class AbslCord , typename std::enable_if< std::is_same< AbslCord,::Cord >::value >::type * = nullptr, class AbslCordReader = ::CordReader>
ConvertResult< Conv::s > absl::str_format_internal::FormatConvertImpl (const AbslCord &value, ConversionSpec conv, FormatSinkImpl *sink)
 
template<typename T , enable_if_t< std::is_same< T, bool >::value, int > = 0>
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (T v, ConversionSpec conv, FormatSinkImpl *sink)
 
template<typename T >
std::enable_if< std::is_enum< T >::value &&!HasUserDefinedConvert< T >::value, IntegralConvertResult >::type absl::str_format_internal::FormatConvertImpl (T v, ConversionSpec conv, FormatSinkImpl *sink)
 
template<typename T >
ConvertResult< Conv::s > absl::str_format_internal::FormatConvertImpl (const StreamedWrapper< T > &v, ConversionSpec conv, FormatSinkImpl *out)
 
template<class T = int>
ConvertResult< Conv::nabsl::str_format_internal::FormatConvertImpl (const FormatCountCapture &v, ConversionSpec conv, FormatSinkImpl *sink)
 
ConvertResult< Conv::s > absl::str_format_internal::FormatConvertImpl (const std::string &v, const ConversionSpec conv, FormatSinkImpl *sink)
 
ConvertResult< Conv::s > absl::str_format_internal::FormatConvertImpl (string_view v, const ConversionSpec conv, FormatSinkImpl *sink)
 
ConvertResult< Conv::s|Conv::p > absl::str_format_internal::FormatConvertImpl (const char *v, const ConversionSpec conv, FormatSinkImpl *sink)
 
ConvertResult< Conv::p > absl::str_format_internal::FormatConvertImpl (VoidPtr v, const ConversionSpec conv, FormatSinkImpl *sink)
 
FloatingConvertResult absl::str_format_internal::FormatConvertImpl (float v, const ConversionSpec conv, FormatSinkImpl *sink)
 
FloatingConvertResult absl::str_format_internal::FormatConvertImpl (double v, const ConversionSpec conv, FormatSinkImpl *sink)
 
FloatingConvertResult absl::str_format_internal::FormatConvertImpl (long double v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (char v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (signed char v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (unsigned char v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (short v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (unsigned short v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (int v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (unsigned v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (long v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (unsigned long v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (long long v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (unsigned long long v, const ConversionSpec conv, FormatSinkImpl *sink)
 
IntegralConvertResult absl::str_format_internal::FormatConvertImpl (absl::uint128 v, const ConversionSpec conv, FormatSinkImpl *sink)
 

Macro Definition Documentation

#define ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_ (   T,
 
)    E template bool FormatArgImpl::Dispatch<T>(Data, ConversionSpec, void*)

Definition at line 389 of file arg.h.

#define ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_ (   ...)
Value:
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(str_format_internal::VoidPtr, \
__VA_ARGS__); \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(unsigned char, __VA_ARGS__); \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(short, __VA_ARGS__); /* NOLINT */ \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(unsigned short, /* NOLINT */ \
__VA_ARGS__); \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(long, __VA_ARGS__); /* NOLINT */ \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(unsigned long, /* NOLINT */ \
__VA_ARGS__); \
__VA_ARGS__); \
ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(unsigned long long, /* NOLINT */ \
__VA_ARGS__); \
std::pair< uint64_t, uint64_t > uint128
Definition: city.h:55
#define ABSL_INTERNAL_FORMAT_DISPATCH_INSTANTIATE_(T, E)
Definition: arg.h:389

Definition at line 392 of file arg.h.



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