Public Member Functions | Private Attributes | List of all members
absl::str_format_internal::ConvTag Class Reference

#include <parser.h>

Public Member Functions

ConversionChar as_conv () const
 
LengthMod as_length () const
 
constexpr ConvTag (ConversionChar::Id id)
 
constexpr ConvTag (LengthMod::Id id)
 
constexpr ConvTag ()
 
bool is_conv () const
 
bool is_length () const
 

Private Attributes

std::int8_t tag_
 

Detailed Description

Definition at line 76 of file parser.h.

Constructor & Destructor Documentation

constexpr absl::str_format_internal::ConvTag::ConvTag ( ConversionChar::Id  id)
inline

Definition at line 78 of file parser.h.

constexpr absl::str_format_internal::ConvTag::ConvTag ( LengthMod::Id  id)
inline

Definition at line 81 of file parser.h.

constexpr absl::str_format_internal::ConvTag::ConvTag ( )
inline

Definition at line 83 of file parser.h.

Member Function Documentation

ConversionChar absl::str_format_internal::ConvTag::as_conv ( ) const
inline

Definition at line 87 of file parser.h.

LengthMod absl::str_format_internal::ConvTag::as_length ( ) const
inline

Definition at line 91 of file parser.h.

bool absl::str_format_internal::ConvTag::is_conv ( ) const
inline

Definition at line 85 of file parser.h.

bool absl::str_format_internal::ConvTag::is_length ( ) const
inline

Definition at line 86 of file parser.h.

Member Data Documentation

std::int8_t absl::str_format_internal::ConvTag::tag_
private

Definition at line 97 of file parser.h.


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


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