Public Member Functions | Protected Member Functions | Private Attributes | List of all members
absl::UntypedFormatSpec Class Reference

#include <str_format.h>

Inheritance diagram for absl::UntypedFormatSpec:
Inheritance graph
[legend]

Public Member Functions

UntypedFormatSpecoperator= (const UntypedFormatSpec &)=delete
 
 UntypedFormatSpec ()=delete
 
 UntypedFormatSpec (const UntypedFormatSpec &)=delete
 
 UntypedFormatSpec (string_view s)
 

Protected Member Functions

 UntypedFormatSpec (const str_format_internal::ParsedFormatBase *pc)
 

Private Attributes

str_format_internal::UntypedFormatSpecImpl spec_
 

Detailed Description

Definition at line 95 of file str_format.h.

Constructor & Destructor Documentation

absl::UntypedFormatSpec::UntypedFormatSpec ( )
delete
absl::UntypedFormatSpec::UntypedFormatSpec ( const UntypedFormatSpec )
delete
absl::UntypedFormatSpec::UntypedFormatSpec ( string_view  s)
inlineexplicit

Definition at line 101 of file str_format.h.

absl::UntypedFormatSpec::UntypedFormatSpec ( const str_format_internal::ParsedFormatBase pc)
inlineexplicitprotected

Definition at line 104 of file str_format.h.

Member Function Documentation

UntypedFormatSpec& absl::UntypedFormatSpec::operator= ( const UntypedFormatSpec )
delete

Member Data Documentation

str_format_internal::UntypedFormatSpecImpl absl::UntypedFormatSpec::spec_
private

Definition at line 109 of file str_format.h.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:38